-
Notifications
You must be signed in to change notification settings - Fork 0
/
reviewpage.css
87 lines (74 loc) · 1.33 KB
/
reviewpage.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
body{
background-image:linear-gradient(#6495ED , #f4f4f4) ;
font-family: Arial, Helvetica, sans-serif;
}
header{
background-color:#000 ;
color: white;
border-bottom: #ff7f50 10px solid;
padding-top: 35px;
padding-bottom: 35px;
font-size:30px ;
text-align: center;
}
nav{
margin: 0;
text-decoration: none;
padding: 8px 0 8px 0;
background-color: #6495ED;
width:100%;
overflow: hidden;
}
nav ul{
margin: 0;
padding: 0;
}
nav li{
float: left;
padding-left: 15px;
padding-right: 15px;
display: inline;
}
li a {
text-decoration: none;
text-transform: uppercase;
font-size: 18px;
color: #fff;
}
li .current a{
color: black;
}
a:hover{
color: #000;
font-weight: bold;
}
.boxstyle{
text-align: center;
width:800px;
background:url(https://coolbackgrounds.io/images/backgrounds/index/ranger-4df6c1b6.png);
height:600px;
float: center;
margin:200px 200px 200px 350px;
}
#buttonstyle{
width:200px;
height:30px;
margin:60px 800px 100px 150px;
background-color: #06152c;
color:rgb(236, 226, 226);
}
.tablestyle{
border: 1px solid black;
width:100%;
height:300px;
}
#tablerowstyle{
border:1px solid rgb(8, 8, 7);
}
footer{
text-align: center;
background-color: #ff7f50;
color: #000;
padding: 20px 0 10px 0;
margin: 0;
}