-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
48 lines (43 loc) · 1.1 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
body {
/* background: -webkit-linear-gradient(#0f0432, #f0aabb);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
-webkit-text-fill-color: transparent;
*/
background: linear-gradient(#ededee, #494748);
background-repeat: no-repeat;
background-attachment: fixed;
font-family: 'Pixelify Sans', sans-serif;
max-height: fit-content;
}
h1 {
text-align: center;
font-size: 3em;
color: #53Fabc;
margin-bottom: 0px;
text-shadow: 2px 2px 2px black;
/* background: -webkit-linear-gradient(#53Fabc, #1C5432);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}
h2 {
margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
text-align: center;
font-size: 1em;
color: black;
/* background: -webkit-linear-gradient(#53Fabc, #1C5432);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}
h2.instructions {
text-align: left;
/*word-spacing: 0.25em;*/
font-size: 1em;
text-decoration: solid 2px black;
}
p {
color: black;
}