generated from ewuweblab/web-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
69 lines (57 loc) · 1.42 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
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
:root {
/* font-family: "Poetsen One", sans-serif; */
--primaryfont: "Poetsen One", sans-serif;
/* font-family: "Forum", serif; */
--secondaryfont: "Forum", serif;
}
body {
background:/* rgb(70, 91, 99); */
position: absolute;
width: 1215px;
height: 949px;
background: radial-gradient(50% 81.96% at 50% 50%, #1EB6E7 0%, #3AEAC0 16.67%, #1EB6E7 33.33%, #3AEAC0 50%, #1EB6E7 66.67%, #3AEAC0 83.33%, #1EB6E7 100%);
}
p {
/* rgba(18, 23, 156, 0.3);*/
font-family: var(--secondaryfont);
background-color: rgba(30, 96, 152, 0.3);
border: solid 5px;
border-radius: 6px;
border-color: #C3EEE4;
padding: 10px;
width: 600px;
margin-left: 50%;
margin-right: 50%;
position: relative;
top: 45px; */
}
h1 {
font-family: var(--primaryfont);
background-color: rgb(127, 255, 212, 0.6);
position: fixed;
width: 100%;
top: 0%;
z-index: 101;
text-indent: 50%;
}
h3 {
font-family: var(--primaryfont);
position: relative;
top: 60px;
left: 50%;
}
span {
color: #24846D;
background: #87D8F2;
margin-top: 13px;
margin-left: 6px;
margin-right: 10px;
margin-bottom: -2px;
padding: 4px;
border: solid 4px;
border-radius: 6px;
font-size: 2rem;
float: left;
}