-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (62 loc) · 1.15 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
body{
background-color: #06234E; /*#121214*/
/*font-family: 'New Tegomin', serif;*/
}
section{
margin-top: 100px;
display: block;
margin-left: auto;
margin-right: auto;
background-color: #000000;
padding: 15px;
max-width: 500px;
border: 1px solid black;
border-radius: 5px;
}
section h1{
font-size: 25px;
color: #FFFFFF;
font-family: 'New Tegomin', serif;
text-align: right;
margin-bottom: auto;
}
header{
background-image: url('assets/banner.jpg');
background-size: cover;
height: 80px;
border-radius: 5px;
}
div{
border: 1px solid black;
background-color: #182131;
border-radius: 5px;
padding: 15px;
}
div h2{
font-size: 28px;
text-align: center;
font-family: 'Roboto', sans-serif;
font-style: italic;
color: #3C86F9;
}
div ol{
font-size: 25px;
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
text-decoration: none;
color: white;
}
img{
width: 150px;
height: 150px;
border-radius: 100%;
display: block;
margin-left: auto;
/*margin-right: auto;*/
border: 8px solid #3C86F9;
transform: translateY(-35%);
}
a:link, a:visited {
text-decoration: none;
color: white;
}