-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (53 loc) · 1.02 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
/*
* {
outline: 1px solid red;
}
*/
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
/*height: 100vh;*/
/*font-family: Arial, sans-serif;*/
font-family: "Inter", sans-serif;
/*font-family: "Source Code Pro", monospace;*/
background-color: #2a323c;
/*background: url("imgs/Cumulus_Clouds_Over_Jamaica.jpg") center center /
cover no-repeat;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100vw 100vh;*/
}
.content {
text-align: left;
width: 50%;
color: #949fa6;
margin-bottom: 1.6rem;
}
h1 {
margin-top: 3rem;
margin-bottom: 1.6rem;
}
h2 {
margin-top: 3rem;
margin-bottom: 1.6rem;
}
p {
line-height: 1.6rem;
}
a {
text-decoration: none;
color: #06cbb8;
}
.imgcontainer {
width: 100%;
text-align: center;
display: block;
margin-top: 3rem;
margin-bottom: 1.6rem;
/*height: auto;*/
margin-left: auto;
margin-right: auto;
}