-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
50 lines (49 loc) · 861 Bytes
/
styles.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
body{
height: 100%;
width: 100%;
background-image: url(./images/hush-naidoo-jade-photography-YRo-gm6jtSw-unsplash\ \(1\).jpg);
background-size: cover;
-webkit-user-select :none;
-ms-user-select : none;
-moz-user-select: none;
user-select: none;
}
h1 {
font-family: sans-serif;
font-weight: bold;
}
table {
height: fit-content;
width: 90%;
overflow: hidden;
}
th{
overflow: hidden;
}
tr :hover {
background-color: lightblue;
}
th :hover{
background-color:lightblue ;
}
tr:nth-child(even) {
background-color: cornflowerblue; }
th,td {
border: 1px solid black;
text-align: center;
}
h2 {
text-align: center;
float: center;
border-inline: double;
}
h1 {
float:center;
text-align: center;
border-left-style: dashed;
border-right-style:dashed ;
}
div{
display: flex;
justify-content: center;
}