-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (45 loc) · 777 Bytes
/
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
@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund:wght@100..400&display=swap');
body {
font-family: "Playwrite DE Grund", serif;
background-color: black;
color: #FF1493;
margin: 0px;
padding: 5px;
}
h1 {
color: red;
text-align: center;
}
p {
font-size: 20px;
margin-left: 30px;
}
h3 {
/* margin-bottom: 0px; */
margin-left: 30px;
}
.half-width {
width: 50%;
float: left;
}
img {
width: 100%;
}
.link-button {
text-decoration: none;
background-image: linear-gradient(45deg, #00FA9A, #2600ff, #32CD32);
padding: 10px 20px;
margin-left: 30px;
border-radius: 5px;
color: white;
font-size: 20px;
font-weight: 700px;
}
.half {
width: 50%;
float: left;
}
.half-width,
.half {
margin-bottom: 80px;
}