-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.php
More file actions
74 lines (66 loc) · 926 Bytes
/
stylesheet.php
File metadata and controls
74 lines (66 loc) · 926 Bytes
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
ul
{
list-style: none;
}
li
{
margin: 0px;
}
ul li a{
text-decoration: none;
background-color: #4d0000;
width: 150px;
margin: 10px;
display: block;
height: 80px;
padding: 20px;
text-align: center;
font-size: 25px;
font-family: Times New Roman,Arial,Helvetica,Verdana;
}
a:hover{
background-color: #ff8000;
color: black
}
body
{
background-image:url("home.jpg");
background-size:100%,100%;
background-color: white;
}
#first
{
margin-left: 500px;
margin-top:150px;
}
.search{
margin-left: 260px;
}
.searchd{
margin-left: 165px;
}
.searchu
{
margin-left: 200px;
}
#center{
margin-left: 500px;
margin-top:250px;
font-family: helvetica;
font-size: 20px;
}
table
{
border-style: solid;
border-width: 2px;
border-color: black;
border-spacing: none;
border-collapse: collapse;
}
th,tr,td{
text-align: center;
margin-left: 4px;
border-style: solid;
border-width: 2px;
border-color: black;
}