-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntro.css
More file actions
50 lines (45 loc) · 765 Bytes
/
Intro.css
File metadata and controls
50 lines (45 loc) · 765 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
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #FAF7F0;
text-decoration-color: #4A4955;
}
p {
color: #4A4947;
}
strong {
font-style: italic;
color: #4A4940;
}
b {
font-weight: bolder;
}
h1, h2, h3, h4, h5, h6 {
color: #4A4947;
border-spacing: 2px;
}
ul {
list-style-type: none;
}
hr {
background-color: #4A4940;
height: 3px;
}
.bordered {
background-color: #D8D2C2;
border-spacing: 5px;
border-radius: 10px;
text-indent: 15px;
}
.syntax {
background-color: #6F4E37;
opacity: 70%;
color: #FAF7F0;
border-spacing: 8px;
border-radius: 5px;
text-indent: 10px;
padding: 2px;
}
/* Comments Appear Like This!!!! */
h4+br {
text-indent: 10px;
}