forked from Brytecore/fake-name-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.css
62 lines (53 loc) · 797 Bytes
/
example.css
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
55
56
57
58
59
60
61
62
.header {
background-color: #27a9e0;
}
.header h2 {
color: #fff;
margin: 30px 0 10px
}
.header p {
color: #fff;
margin: 0 0 30px;
}
.syntax {
background-color: #ededed;
padding: 30px 20px 20px;
border: 1px solid #dadada;
position: relative;
}
.syntax:before {
content: "Syntax";
text-transform: uppercase;
font-size: .7em;
color: #bbb;
font-weight: 700;
position: absolute;
top: 10px;
left: 20px;
}
code {
padding: 0;
}
.footer .pwn-xs-12 {
margin-top: 30px;
margin-bottom: 40px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.footer ul {
list-style-type: none;
text-align: center;
padding: 0;
margin: 0;
}
.footer li {
padding: 0;
margin: 0;
display: inline-block;
}
.footer a {
display: block;
padding: 6px 18px;
color: #27a9e0;
font-size: .8em;
}