-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
51 lines (41 loc) · 711 Bytes
/
styles.css
File metadata and controls
51 lines (41 loc) · 711 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
body {
background: #6f6f6f;
color: #c9c9c9;
max-width: 900px;
margin: 0px auto;
}
h1, h2 {
text-align: center;
}
.text {
margin: auto;
}
.buttons {
text-align: center;
}
button {
}
.block-wrap {
text-align: center;
}
.block {
display: inline-block;
width: 100px;
margin: 15px;
padding: 15px 0 25px;
vertical-align: top;
box-shadow: 0 0 10px #cdcdcd;
border-radius: 5px;
border: 1px solid #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.inner-block {
padding: 15px;
}
.inner-block-2 {
padding: 15px;
border-top: 1px solid #cdcdcd;
}