-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
51 lines (41 loc) · 744 Bytes
/
app.css
File metadata and controls
51 lines (41 loc) · 744 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
45
46
47
48
49
50
51
*{
background-color: #FCDDB0;
}
.h1{
text-align: center;
font-family: 'Shadows Into Light', cursive;
}
.container{
height: 100vh;
width: 100%;
text-align: center;
position: absolute;
}
.allwrap {
position: relative;
top: 15%;
left: 50%;
transform: translate(-50%, -50%);
}
.allwrap p {
font-size: 59px;
margin-bottom: 29px;
}
button{
font-size: 39px;
margin-left: 2rem;
border-radius: 25%;
font-family: 'Shadows Into Light', cursive;
}
button:hover{
color: #749F82;
border-color: #749F82;
}
p{
font-family: 'Montserrat', sans-serif;
}
.name{
font-size: 19px;
font-family: 'Shadows Into Light', cursive;
margin-top: 2rem;
}