-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (72 loc) · 1.29 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
body{
background-color: aliceblue;
overflow: auto;
}
h1{
font-family: sans-serif, Ubuntu;
margin:auto;
}
a{
font-family: sans-serif, Ubuntu;
margin:auto;
}
h4{
font-family: sans-serif, Ubuntu;
margin:auto;
}
br{
font-family: sans-serif, Ubuntu;
margin:auto;
}
p{
font-family: sans-serif, Ubuntu;
margin:auto;
}
small{
font-family: sans-serif, Ubuntu;
margin:auto;
}
hr{
font-family: sans-serif, Ubuntu;
margin: auto;
}
footer{
font-family: sans-serif, Ubuntu;
margin: auto;
}
hr{
font-family: sans-serif, Ubuntu;
margin: auto;
}
.TopBar {
position: fixed;
top: 0px;
z-index: 2;
height: 60px;
width: 100%;
background-color: aliceblue;
}
.TopBarContent1 {
position: fixed;
left: 23px; /* Corrected: Added px unit */
top: 19px; /* Corrected: Added px unit */
}
.TopBarContent3 {
position: fixed;
left: 90px; /* Corrected: Added px unit */
top: 8px; /* Corrected: Added px unit */
}
.TopBarContent4 {
position: fixed;
left: 460px; /* Corrected: Added px unit */
top: 12px; /* Corrected: Added px unit */
}
.TopBarContent2 {
position: fixed;
right: 23px; /* Corrected: Added px unit */
top: 19px; /* Corrected: Added px unit */
}
.TopBarBottomDivider {
position: fixed;
top: 60px; /* Corrected: Added px unit */
}