-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster.css
More file actions
104 lines (89 loc) · 999 Bytes
/
master.css
File metadata and controls
104 lines (89 loc) · 999 Bytes
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
body
{
font-family: "Segoe UI";
background-color: #e1e1e1;
color: #555555;
font-size: 20px;
}
.h1
{
text-align: center;
font-size: 40px;
margin: 20px;
font-weight: bold;
}
.banner
{
width: 100%;
height: auto;
}
.nav
{
margin-top: 5px;
margin-bottom: 20px;
position: sticky;
top: 0;
}
.navbar
{
background-color: #b3b3b3;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
font-size: 30px;
}
.navele
{
float: left;
}
.navele a
{
display: block;
padding: 20px;
}
.h3
{
text-align: left;
font-size: 30px;
font-weight: bold;
}
a:link
{
text-decoration: none;
color: white;
}
a:visited
{
text-decoration: none;
color: white;
}
a:hover
{
text-decoration: none;
color: #CCCCCC;
}
.logo
{
height: 120px;
width: 120px;
padding: 20px;
}
.bottom
{
background-color: #b3b3b3;
text-align: right;
padding: 10px;
}
.content
{
text-align: justify;
}
.log
{
float: left;
}
.container
{
overflow: hidden;
}