-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (36 loc) · 745 Bytes
/
style.css
File metadata and controls
44 lines (36 loc) · 745 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
* {
font-family: 'Lato', sans-serif;
font-family: 'Merriweather', serif;
background-color: light;
}
.bg-height{
min-height: 100vh;
}
.height-80{
min-height: 80vh;
}
.height-120{
min-height: 120vh;
}
.height-30{
min-height: 30vh;
}
.square{
height: 10px;
width: 250px;
margin: 0 auto;
}
.about-picture{
background: url(./Images/1.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}
#bg-img{
background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)), url(./Images/3.jpg);
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}