-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS_H.css
More file actions
65 lines (59 loc) · 1.06 KB
/
CSS_H.css
File metadata and controls
65 lines (59 loc) · 1.06 KB
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
header{
background-color: red;
padding:40px;
font-size: 30px;
text-align:left;
background-image: linear-gradient(to bottom right, red, yellow);
font-style: italic;
}
h1{
font-size: 50px;
color:#ffffff;
font-style: normal;
}
nav{
background-color: #ff4301;
margin-top: 0.5%;
margin-bottom: 0.5%;
}
nav a{
background-color: #f1fa3c;
display :inline-block;
text-decoration: none;
padding: 10px 20px 10px 20px;
color:#9d0b0b;
margin: 1%;
text-align:left;
border-radius: 5px;
}
nav a:hover{opacity: 2.5;
background-color:#ffd31d;
font-size: 120%;
}
div{
font-size: 20px;
color:#000000;
font-style: normal;
}
h2{
background-color: #ff9234;
padding: 7px 7px 7px 7px;
border-radius: 10px;
}
img{
display:inline-block;
}
.link{
border: 5px solid #e8ead3;
}
footer{
background-image: linear-gradient(to bottom right, #ff512f , #dd2476);
padding:30px;
text-align: center;
}
footer a{
padding-right:40px;
}
.active {
background: #ffd31d; /* White */
}