-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
72 lines (55 loc) · 839 Bytes
/
mystyle.css
File metadata and controls
72 lines (55 loc) · 839 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
.theme-color{
background-color:#37003c;
color: aliceblue;
}
li a:hover {
color: hsl(210, 100%, 80%);
}
#news img{
width: 278px;
height: 185px;
float: left;
padding: 0px 20px;
}
.clearfix{
clear: both;
}
.whitespace{
height: 20px;
}
.news-element{
margin-top: 15px;
}
.news-element a{
text-decoration: none;
color: black;
}
.news-element p{
font-size: 18px;
text-align: justify;
padding-right: 10px;
}
header{
font-size: 4vh;
}
footer{
margin-top: 20px;
height: 40px;
}
table{
margin: 20px auto;
}
th{
font-size: 3vh;
text-align: center;
padding: 1vw 3vw;
}
td{
text-align: center;
padding: 0.6vw 2.8vw;
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
table {
border: 1px solid #ccc;
}