-
Notifications
You must be signed in to change notification settings - Fork 0
/
qnspprstyle.css
81 lines (74 loc) · 1.06 KB
/
qnspprstyle.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
* {
box-sizing: border-box;
}
body {
margin: 0px;
font-family: arial;
}
header img {
float: left;
}
header h1{
float: right;
font-size: 10px;
color: #000000;
}
header {
padding: 40px;
}
nav{
background: #120575;
overflow: hidden;
}
nav a{
border-width: 40px;
text-decoration: none;
color: #ffffff;
padding: 20px;
text-align: center;
float: left;
}
nav a:hover{
color: red;
}
main{
background-color: #ffffff;
}
main section{
padding: 10px;
padding-left: 40px;
padding-right: 30%;
}
main section h1 p{
float: left;
}
main section h1{
text-transform: uppercase;
color: #120575;
}
table{
width: 90%;
}
table, th, td{
border: 0px solid whitesmoke;
}
th, td{
padding: 5px;
}
th{
color: #fcfcfa;
background-color: #120575;
}
td{
background-color: #ddd;
text-align: center;
}
div{
position: relative;
padding: 10px 10px 10px 10px;
bottom: 0;
width: 100%;
height: 100px;
background: grey;
opacity: 60%;
}