-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
42 lines (41 loc) · 926 Bytes
/
index.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
body{
background-color: rgb(28, 100, 0);
}
.Logo img{
width: 100px;
height: 100px;
margin-top: 10px;
}
.social-media img{
position: absolute;
top: 0;
right: 0;
}
.topnav{
overflow: hidden;
background-color: blueviolet;
}
.topnav a{
float: left;
color: crimson;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.topnav a:hover{
background-color: fuchsia;
color:black ;
}
.text{
background-color: slategrey;
font-size: small;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
footer{
text-align: center;
background-color: rgb(208, 61, 61);
font-size: smaller;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}