-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
54 lines (46 loc) · 971 Bytes
/
styles.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
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@1,700&family=Tilt+Neon&family=Young+Serif&display=swap');
body{
background-color: antiquewhite;
margin: 0;
font-family: 'Tilt Neon', sans-serif;
/* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}
h1{
text-align: center;
}
h2{
padding: 1vh;
text-align: center;
}
.inc{
justify-content: center;
text-align: center;
}
.dec{
justify-content: center;
text-align: center;
}
button{
border: none;
padding: 1.2vh;
width: 20vh;
margin: 2vh;
border-radius: 5%;
color: darkslategray;
font-weight: 700;
background-color: aquamarine;
font-family: 'Young Serif', serif;
}
.button-container{
margin-top: 15vh;
text-align: center;
}
.container{
margin-top: 5%;
text-align: center;
}
#saved{
font-family: 'PT Serif', serif;
text-align: center;
margin-top: 15vh;
}