-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlokiCSS.css
90 lines (65 loc) · 1.52 KB
/
lokiCSS.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');img{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: 60%;
height: 100%;
margin: 0 auto;
border-radius: 10px;
}
.img-caption{
padding: 5px;
margin-top: 0px;
}
h1{
font-family: 'Montserrat';
font-size: 3rem;
text-decoration:underline;
}
h3, li{
padding-top: 2px;
margin-top: 3px;
list-style-type: none;
text-align: justify;
}
body{
background: url(loki\ background.jpg) no-repeat center center fixed;
background-size: cover;
color: white;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
text-align: center;
}
.container{
background-color: rgb(95, 113, 38);
width:50%;
height: 100%;
margin: auto;
transform: translateY(15%);
padding: 2rem;
border-radius: 15px;
}
p{
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
line-height: 2.1rem;
}
a:link {
color: rgb(79, 216, 79);
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: plum;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}