-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (60 loc) · 1.38 KB
/
style.css
File metadata and controls
62 lines (60 loc) · 1.38 KB
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
57
58
59
60
61
62
.overlay{
position:absolute;
top:0;
left:0;
width: 100%;
height: 100%;
background-color: rgba(00,00,00,0.7);
}
#home-content{
position:relative;
min-height:300px;
min-width: 100%;
background-image: url("./img/bg1.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position:50% 50px;
text-align: center;
color:white
}
#video{
position:relative;
min-height:200px;
min-width: 100%;
background-image: url("./img/med.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position:0-100px;
text-align: center;
color:white
}
#about-content{
position:relative;
min-height:300px;
min-width: 100%;
background-image: url("./img/about.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position:l0 top;
color:white
}
#courses-content{
position:relative;
min-height:300px;
min-width: 100%;
background-image: url("./img/course.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position:l0 50%;
color:white
}
#contact-content{
position:relative;
min-height:300px;
min-width: 100%;
background-image: url("./img/bg-contact.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position:l0 top;
color:white
}