-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyling.css
More file actions
42 lines (40 loc) · 748 Bytes
/
styling.css
File metadata and controls
42 lines (40 loc) · 748 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
42
body{
margin:0;
text-align: center;
opacity: 1.5;
background-position: top;
}
.first_div{
margin: 30px;
background-color: #f9989f;
padding: 100px;
opacity: 0.5;
}
.heading{
margin-top: 0;
font-size: 50px;
opacity: 1.0;
font-family: 'Satisfy', cursive;
}
h3{
font-family: 'Open Sans', sans-serif;
width: 45%;
margin-left: auto;
margin-right: auto;
}
.button {
background-color: #c5f8c8;
font-size: 17px;
width: 120px;
height: 30px;
border-radius: 15%;
font-family: 'Work Sans', sans-serif;
text-align: center;
padding: 5px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.second_div{
font-family: 'Work Sans', sans-serif;
padding-top: 20px;
padding-bottom: 40px;
}