-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
105 lines (101 loc) · 1.93 KB
/
style.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
body {
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#header1{
font-size: 40px;
text-align: center;
margin:25px 25px;
}
#header2{
font-size: 20px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin:10px;
}
#table_content{
padding: 30px;
}
#header3{
font-size: 18px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
margin:10px;
padding:2px 30px;
line-height: 22px;
}
.b1{
padding:2px 40px;
}
.b2{
color: white;
background-color: grey;
padding:10px 15px;
border:none;
transition-duration: 0.4s;
cursor: pointer;
}
.b2:hover{
color:rgb(161, 17, 24);
background-color:rgb(216, 144, 144);
}
#header4{
font-size: 18px;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
margin:10px;
padding:2px 0px;
line-height: 22px;
}
#b3{
padding:2px 8px;
}
.b4{
color: white;
background-color: grey;
padding:10px 15px;
border:none;
transition-duration: 0.3s;
cursor: pointer;
}
.b4:hover{
color:rgb(161, 17, 24);
background-color:rgb(216, 144, 144);
}
#end{
border:none;
background-image: url("background.jpg");
height: 600px;
color:white;
width: 100%;
}
#header5{
font-size: 35px;
text-align: center;
margin:25px 25px;
color: white;
padding:10px;
}
#header6{
font-size: 20px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin:10px;
color: white;
}
.end1{
padding:30px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
}
.b5{
background-image: url("background.jpg");
color: white;
border:1px solid white;
padding:10px;
transition-duration: 0.3s;
cursor: pointer;
}
.b5:hover{
color:lime;
background-color:greenyellow;
}