-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS_HR.css
More file actions
53 lines (49 loc) · 958 Bytes
/
CSS_HR.css
File metadata and controls
53 lines (49 loc) · 958 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
header{
background-color: red;
padding:80px;
font-size: 25px;
text-align:center;
background-image: linear-gradient(to bottom right, red, yellow);
font-style: italic;
}
h1{
font-size:40px;
text-align: center;
font-style: normal;
color: #ffffff;
}
img{
/*float:right;*/
padding: 10px;
}
.active {
background: #ffd31d;
}
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%;
}
footer{
background-image: linear-gradient(to bottom right, #ff512f , #dd2476);
padding:25px;
text-align: center;
}
footer a{
padding-right:30px;
}