-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.css
126 lines (99 loc) · 1.95 KB
/
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
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
117
118
119
120
121
122
123
124
125
126
/* Remove the navbar's default margin-bottom and rounded borders */
p, h1, ul, h3, h2, h5, h4, blockquote, table,ol{
font-family: "Century Gothic", CenturyGothic;
}
body {
background-repeat: no-repeat;
background-size: cover; /* <------ */
background-position: center center;
background-color: white;
}
#background{
background-color: white;
}
#content{
background-color: white ;
}
#scroll {
background-color: white ;
width: 120%;
height: 400px;
overflow: scroll;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
div.scroll {
width: 450px;
height: 500px;
overflow: scroll;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
text-align: right;
background-color: white;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
height: 450px;
}
/* Set gray background color and 100% height */
.sidenav {
padding-top: 20px;
background-color: #D6D5D5;
height: 120%;
}
/* Set black background color, white text and some padding */
footer {
padding: 15px;
}
div.logo
{
Position:absolute;
left: 100px;
top: 150px;
}
div.Home {
text-shadow: 0 0 3px #0000ff;
color: white;
position: absolute;
left:100px;
Top:25px;
Padding:25px;
background-color: #e60000;
}
#navbar{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: grey;
}
li {
float: left;
}
li a, .dropbtn {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
table, td, th {
border: 1px solid red;
}
table {
border-collapse: collapse;
width: 100%;
}
th {
height: 25px;
background-color: red;
color: white;
}
#footer-title {
border-top: 1px solid grey;
border-bottom: 1px solid grey;
padding: 15px;
}