-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (71 loc) · 1.2 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
#box{
background-color: white;
height: auto;
top:60px;
z-index: 10;
padding:30px;
}
#navigationBar{
background-color: white;
height: 60px;
position: fixed;
width: 100%;
align-self: auto;
}
.nav{
color: #4aaaa5;
background-color: white;
position: fixed;
width: 100%;
z-index: 1000;
}
.tag1 {
float: down;
position: relative;
left: 0px;
bottom: -150px;
z-index: 20;
background-color: #92AD40;
padding: 5px;
color: #FFFFFF;
font-weight: bold;
width:200px;
}
#bio{
text-align: center;
color: white;
background-color: #4aaaa5;
width:15%;
float: left;
left: 20%;
z-index: 0;
position: fixed;
align-self: auto;
top: 0%;
height: 70px;
font-family: Georgia, 'Times New Roman', Times, serif;
size: 10px;
}
#name{
justify-content: left;
}
footer{
text-align: center;
clear: both;
position: fixed;
z-index: 25;
height: 3em;
margin-top: -3em;
color:black;
background-color: 4aaaa5;
bottom:0%;
float:left;
width: 100%;
left:0px;
height: 60px;
padding-inline-end: 0ch;
}
#footer2{
background-color: #666666;
height:50px;
}