-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (65 loc) · 1.23 KB
/
style.css
File metadata and controls
66 lines (65 loc) · 1.23 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
63
64
65
66
@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Righteous|Roboto+Condensed|Ubuntu&display=swap');
.jumbotron{
background-image: url(stock/pexel1.jpeg);
background-size: cover;
background-attachment: fixed;
padding-top: 10%;
padding-bottom: 20%;
}
.txt1{
font-family: "Roboto condensed";
font-size: 40px;
color: white;
}
.txt2{
color: white;
padding-top: 10px;
}
.section-2 .container-fluid{
background-image: url(stock/b.jpg);
background-size:cover;
background-attachment: fixed;
}
.heading-1{
color: whitesmoke;
font-family: "Righteous";
width:80%;
margin-top: 20%;
margin-bottom: 4%;
}
.para{
color:whitesmoke;
font-family: "Ubuntu";
width: 80%;
margin-bottom: 7%;
padding-top: 10%;
padding-bottom: 30%;
}
.section-2 .btn{
margin-bottom: 15%;
width:30%;
padding-top:30%;
}
.section-4{
background-color:lightslategray;
}
.section-4 img{
padding-top: 15%;
}
.section-4 .txt3{
padding-top: 20%;
color: white;
}
.section-4 .txt4{
color: teal;
padding-top: 5%;
padding-bottom: 10%;
}
.section-4 p{
color:white;
}
@media screen and (max-width:320px){
.section-4 img{
width: 260px;
}
}