forked from hackyourfuturecanada/Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
56 lines (50 loc) · 696 Bytes
/
Style.css
File metadata and controls
56 lines (50 loc) · 696 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
54
55
56
body {
font-family: Montserrat, san-serif;
background-image: url(img/coffee.jpg);
no-repeat fixed;
background-size:cover;
margin:0;
padding:0;
width: auto;
height: auto;
background-position: center;
}
h1{
font-size: 50px;
}
p{
font-size: 20px;
line-height: 1.5;
color: black;
}
header,
section,
footer{
padding: 100px 150px;
}
footer{
text-align: center;
}
.graphic{
color:black;
}
.Web-des{
color:black;
}
i{
margin-right: 10px;
}
/* Header */
header h1{
font-size:54px;
}
/* About*/
.about{
background-color:rgb(248, 225, 114, 0.5);
color:black;
}
/* Footer - contact information */
footer {
background:rgb(231,185,188,0.5);
color:white;
}