-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChestnutsProgrammingMain.css
More file actions
68 lines (68 loc) · 940 Bytes
/
ChestnutsProgrammingMain.css
File metadata and controls
68 lines (68 loc) · 940 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
*{
margin: 0;
padding: 0;
}
html{
background-color: black;
}
body{
background-color: rgb(136, 85, 27);
width: 100%;
margin: 0 auto;
}
footer{
clear: both;
background-color: rgb(42, 38, 31);
color: rgb(200,200,200);
}
footer section{
display: flex;
width: 100%;
background-color: rgb(42, 38, 31);
}
footer section article{
width: 25%;
float: left;
background-color: rgb(42, 38, 31);
padding-left: 5%;
}
footer ul{
list-style: none;
}
footer ul li a{
text-decoration: none;
color: rgb(150,150,150);
}
footer ul li a:hover{
color: #dca24a;
}
iframe{
border: none;
}
*{
font-family: Damascus, Arial, sans-serif;
}
p{
font-size: 1.15em;
}
h1{
font-size: 2em;
}
h2{
font-size: 1.75em;
}
h3{
font-size: 1.5em;
}
h4{
font-size: 1.25em;
}
nav{
font-size: 2em;
}
ul li{
font-size: 1em;
}
img{
box-shadow: #1c1916 10px 10px 10px;
}