forked from hackyourfuturecanada/Week5-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (47 loc) · 746 Bytes
/
style.css
File metadata and controls
53 lines (47 loc) · 746 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
43
44
45
46
47
48
49
50
51
52
53
body{
background: url(images/bg-hero-mobile.svg)
}
section{
text-align: center;
font-size: 18px;
padding: 10px 40px 10px 40px;
line-height: 1.6;
background-color: white;
font-family: 'Open Sans', sans-serif;
}
h1{
text-align: center;
font-size: 40px;
}
h2{
text-align: center;
font-size: 35px;
}
header{
font-family: 'Poppins', sans-serif;
font-weight: 600;
}
button{
background-color: hsl(322, 100%, 66%);
width: 80%;
height: 70px;
border-radius: 50px;
font-size: 18px;
color: white;
margin: 50px;
padding: 20px;
text-align:center;
}
img{
width: 400px;
}
footer{
background-color: black;
color: white;
height: 50px;
}
.buttom{
background-color: black;
color: white;
height: 50px;
}