-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyle.css
116 lines (107 loc) · 1.71 KB
/
style.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body
{
background-image: url('images/hacktober.jpg');
height: 125vh;
margin-top: 80px;
padding: 30px;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
font-family: sans-serif;
}
body header {
background-color: orange;
left: 0;
right: 0;
top: 5px;
height: 30px;
align-items: center;
box-shadow: 0 0 25px 0 black;
display:inline-block;
width:100%;
height:75px;
}
body header li {
margin:5px 10px 0px 10px;
padding:5px;
float:left;
list-style-type:none;
}
body header li a {
color: blue;
margin:15px;
padding:5px;
text-decoration: none;
font-family: sans-serif;
text-align:center;
}
body header li a:hover{
background-color:yellow;
border-radius:10px;
text-decoration:none;
}
h1{
text-align: center;
text-decoration: underline;
font-weight: bold;
}
p{
text-align: justify;
font-family: garamond;
}
h4{
color: blue;
font-family: Arial;
}
#footer_user_1{
background-color:black;
}
#footer_user_1 ul{
display: inline-block;
}
#footer_user_1 ul li{
list-style-type: none;
float:left;
}
#footer_user_1 ul li a{
text-decoration:none;
margin:10px 10px 5px 10px;
}
#footer_user_2{
background-color:yellow;
}
#footer_user_2 ul{
display: inline-block;
}
#footer_user_2 ul li{
list-style-type: none;
float:left;
}
#footer_user_2 ul li a{
text-decoration:none;
margin:10px 10px 5px 10px;
}
#footer_user_3{
background-color:black;
}
#footer_user_3 ul{
display: inline-block;
}
#footer_user_3 ul li{
list-style-type: none;
float:left;
}
#footer_user_3 ul li a{
text-decoration:none;
margin:10px 10px 5px 10px;
}
.bottom-container {
background-color: #d1ecf1;
padding: 50px 0 20px;
border-radius: 5px;
}
.copyright{
color: #000000;
font-size: 1.5rem;
padding-left: 425px;
}