-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
69 lines (60 loc) · 1.11 KB
/
index.css
File metadata and controls
69 lines (60 loc) · 1.11 KB
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
.title {
text-align: center;
line-height: 15px;
width: 99%;
margin: 20px auto 0 auto;
height: 175px;
border-radius: 20px;
outline: 5px solid rgb(192, 17, 192);
}
.title h1 {
font-size: 72px;
}
.title h2 {
font-size: 32px;
}
html {
font-family: sans-serif;
background-color: #333;
color: whitesmoke;
}
.page {
width: 99%;
height: 200px;
background-color: rgb(192, 17, 192);
color: whitesmoke;
line-height: 5px;
text-align: center;
border-radius: 15px;
margin-top: 30px;
}
.page h3 {
font-size: 48px;
}
.page h4 {
font-size: 18px;
}
.page button {
width: 98%;
background-color: rgb(192, 17, 192);
outline: 5px solid whitesmoke;
border-radius: 20px;
font-size: 40px;
font-size: 30px;
height: 50px;
text-align: center;
justify-content: center;
border-width: 0px;
color: whitesmoke
}
.page button:hover {
background-color: whitesmoke;
color: rgb(192, 17, 192);
}
.pages {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
}