-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (38 loc) · 714 Bytes
/
Copy pathstyle.css
File metadata and controls
41 lines (38 loc) · 714 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
body {
background: #e0e5ec;
}
.title{
position: relative;
text-align: center;
color: #353535;
font-size: 30px;
font-family: "Cormorant Garamond", serif;
margin-bottom:0px !important;
}
hr{
width:60%;
align:center;
}
.button {
width: 30em;
height: 5em;
font-size:0.5em;
padding: auto;
margin-bottom: 10px;
border: 2px solid #000;
font-family: 'Lato', sans-serif;
font-weight: 700;
background: transparent;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
display: inline-block;
transition: all 0.3s ease;
}
.button:hover {
box-shadow:
-7px -7px 20px 0px #fff9,
-4px -4px 5px 0px #fff9,
7px 7px 20px 0px #0002,
4px 4px 5px 0px #0001;
}