-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 792 Bytes
/
style.css
File metadata and controls
44 lines (39 loc) · 792 Bytes
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
main {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.content-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1200px; /* Adjust the max-width as needed */
}
/* Adjust other styles for responsive layout */
main h1 {
margin: 0 10px;
text-align: center;
font-family: "Amatic SC", cursive;
font-size: 65px;
flex: 1 100%;
}
main h2 {
margin: 18px 0 12px 0;
border-bottom: 1px solid #5c4f41;
font-family: "Special Elite", cursive;
font-size: 24px;
flex: 1 100%;
}
main h3 {
margin: 18px 0 12px 0;
border-bottom: 1px solid #5c4f41;
font-family: "Special Elite", cursive;
font-size: 18px;
flex: 1 100%;
}
main p {
font-family: "Roboto", sans-serif;
margin-top: 0;
flex: 1 100%;
}