-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (47 loc) · 825 Bytes
/
style.css
File metadata and controls
54 lines (47 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
* {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 26px;
line-height: 1;
color: #222;
}
body{
margin: 0;
padding: 0;
}
.logo{
position: absolute;
left: 40px;
top: 40px;
background-color: #fff;
}
.logo img{
width: 120px;
background-color: #eee;
border-radius: 10px;
border-bottom: 4px solid #ddd;
}
.content{
text-align: center;
margin-top: 20px;
border-radius: 10px;
padding: 40px;
}
.product{
border-radius: 10px;
box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
.comments{
text-align: center;
width: 100%;
min-height: 100px;
background-color: rgba(0,0,0,0.02);
margin-top: 20px;
border-top: 1px solid #ddd;
}
.inner{
width: 480px;
margin-left: -240px;
left: 50%;
margin-top: 20px;
position: relative;
}