forked from talarekl/DogDays-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathButtons.css
More file actions
61 lines (56 loc) · 1.15 KB
/
Copy pathButtons.css
File metadata and controls
61 lines (56 loc) · 1.15 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
p { text-align: center;
line-height: .4;
}
h1 { text-align: center;
font-size: 45px;
}
h4 { text-align: center;
font-size: 35px;
line-height: .3;
}
body { background-color: rgba(132, 157, 241, 0.849);;
}
h2 { text-align: left;
font-size: 45px;
}
h3{
position: absolute;
right: 0px;
bottom: 0px;
}
button {
background-color: white;
border: 2px solid black;
border-radius: 24px;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 24px;
cursor: pointer;
}
button:hover {
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.24), 0 5px 5px 0 rgba(0,0,0,0.19);
}
button:active {
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
inset 2px 2px 3px rgba(0, 0, 0, .6); }
h1 {
display: inline-block;
text-align: center;
width: 100%;
height: 50%;
margin: 0;
}
.border{
overflow: hidden;
background-color: rgb(255, 250, 250);
width: 650px;
border-radius: 25px;
border: 15px solid #B00B69;
padding: 50px;
transform: scale(.8);
margin: auto;
margin-top: -60px;
}