-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathordered.css
42 lines (42 loc) · 821 Bytes
/
ordered.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
h1{
font-family: 'Courier New', Courier, monospace;
font-size:xx-large;
color: rebeccapurple;
background-color: rgba(85, 67, 67, 0.725);
padding: 20px;
position: relative;
bottom: 17px;
border-radius: 10px;
}
p{
font-size: large;
color: rgb(5, 5, 5);
}
table,td,th{
background-color: rgb(99, 101, 102);
color: white;
/* padding: 6px; */
border-radius: 6px;
border: 1px solid black;
width: 1520px;
text-align: center;
font-size: x-large;
}
.last{
color: black;
padding: 6px 6px;
background-color: rgb(131, 129, 132);
border-radius: 10px;
}
.home{
background-color: green;
width: 45px;
height: 25px;
padding: 10px;
color: white;
position: relative;
bottom: 20px;
}
.home:hover{
background-color: blue;
}