-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutstyle.css
58 lines (48 loc) · 935 Bytes
/
aboutstyle.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
body {
background-color: hsla(27, 48%, 58%, 0.534);
}
nav {
width: 100%;
height: 70px;
background-color: rgb(121, 25, 25);
padding-top: 0px;
margin: 0px;
}
a {
font-size: larger;
display: inline-block;
padding: 20px;
margin: left 100px;
color: white;
font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover,
a:focus {
color: black;
background-color: rgba(236, 230, 225, 0.596);
}
details {
font-size: 30px;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
color: rgb(172, 17, 110);
float: right;
}
form {
padding-left: 400px;
}
h4 {
font-size: 22px;
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
justify-content: center;
padding-left: 400px;
}
footer {
width: 100%;
height: 100px;
background-color: rgb(121, 25, 25);
background: padding 0px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
}