-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.css
More file actions
85 lines (84 loc) · 1.35 KB
/
base.css
File metadata and controls
85 lines (84 loc) · 1.35 KB
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
body{
background-color: #45aaac;
margin:0;
height: 100%;
}
html{ height: 100%;}
#suggestions{
width: 90%;
margin: 1% 5% 1% 5%;
padding-bottom: 5%;
}
#suggestions table td{
border: 1px black solid;
margin: 0;
padding: 0;
text-align: center;
}
.col1{
width: 30%;
}
.col2{
width:10%;
font-size: 200%;
}
.col3{
width: 10%;
font-size: 200%;
}
.col4{
width: 50%;
}
td img {
width: 20%;
}
#suggestions table{
width: 100%;
background-color: ghostwhite;
border:1px black solid;
}
#suggestions select{
font-size: 150%;
float: right;
}
#bannar{
height: 25%;
width: 100%;
background-color: #0095ff;
text-align: center;
position: relative;
}
#bannar span{
font-family: sans-serif;
position: absolute;
left:50%;
top:50%;
margin: 0;
font-size: 300%;
font-weight: bold;
transform: translate(-50%,-50%);
}
#footer {
background-color: black;
width: 100%;
height: 50px;
color: #949494;
position: absolute;
right: 0;
bottom: 0;
left: 0;
}
#footer span{
float: right;
position: relative;
top: 50%;
}
#footer a{
text-decoration: none;
color:#8b8bff;
}
#container{
width: 100%;
min-height: 100%;
position: relative;
}