-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
66 lines (48 loc) · 992 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
55
56
57
58
59
60
61
62
63
64
65
66
@import url('https://fonts.googleapis.com/css2?family=Gluten&display=swap');
body {
border: dotted ;
padding-top: 3.5rem;
border-top-left-radius: 2rem;
border-bottom-right-radius: 2rem;
background-color:
#FDF2F8;
border-color: #BE185D;
padding-bottom: 1rem;
}
.main {
text-align: center;
color: #831843
;
}
#show-btn {
background-color: #9D174D;
font-size: large ;
font-style:inherit;
font: optional;
font-weight:unset;
margin-top: 5.5rem;
border-radius: 1rem;
color:wheat;
cursor: pointer;
margin-bottom: 2rem;
}
#bday-input {
background-color: pink ;
font-size:xx-large ;
margin-top: 4rem
;
border-radius: 0.5rem;
}
#result {
font-weight: bold;
font-size:x-large;
padding-top: 3rem;
}
.heading {
font-family: 'Gluten', cursive;
}
.info {
text-align: center;
font-family:serif;
font-style: oblique;
}