-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
87 lines (84 loc) · 1.4 KB
/
style.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
body {
background-image: url(floralBackground.jpg);
}
.top {
margin-right: auto;
}
.bottom {
margin-right: auto;
font-family: 'Tangerine', cursive;
font-size: 30px;
}
.bottom input:focus button:focus {
outline: none;
}
#extension h1 {
font-family: cursive;
font-size: 50px;
margin-left: 20px;
color: #4B536E;
}
#scary-button {
width: 130px;
height: 40px;
margin-left: 15px;
border-radius: 5px;
font-family: 'Tangerine', cursive;
background-color: #D192A9;
transition: all 0.2s;
color: white;
display: inline-block;
font-size: 25px;
}
#scary-button button:hover {
background-color: #E3B9CB;
}
#scary-button a{
outline:none;
}
#extension {
width: 530px;
height: 300px;
display: flex;
flex-direction: column;
font-size: 18px;
}
#reminder {
margin-left: 20px;
width: 240px;
}
.last {
margin-top: 25px;
}
input {
margin-right: 10px;
margin-left: 10px;
}
button[id="scary-button"] {
outline:none;
}
input[type="text"]{
outline:none;
width: 40px;
height: 20px;
border-radius: 10px;
border: 1px solid #95acfa;
}
input[id="dummy"] {
outline:none;
width: 40px;
height: 20px;
border-radius: 10px;
border: 1px solid #95acfa;
}
.gifs {
display: flex;
flex-direction: row;
}
#cat {
margin: 50px;
padding-bottom:50px;
}
#heart {
padding-bottom: 100px;
}