-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyling.css
105 lines (100 loc) · 1.97 KB
/
styling.css
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.body {
background: url(/goinfre/ashongwe/Desktop/app/img/wallpaperbro-307625) center center;
background-size: 980px;
height: 980px;
}
.logo {
width: 150px;
height: 150px;
margin-bottom: 50px;
margin-left: -100px;
margin-top: 50px;
}
.header {
font-family: Frank Ruhl Libre;
color: #FBFBFB;
}
.header h1{
padding-top: 400px;
}
.btn {
background-color: #FBFBFB;
font-weight: bold;
border-radius: 10px;
margin-top: 30px;
width: 190px;
margin-right: 50px;
}
.btn:hover{
background-color: #54D4F6;
}
@media (min-width: 480px) and (max-width: 768px){
.body{
height: 850px;
margin: 0;
}
.logo{
width: 50px;
height: 50px;
margin-bottom: 20px;
margin-left: 50px;
}
.header{
font-size: 20px;
text-align: center;
}
.btn {
margin-left: 130px;
}
.feature h2{
font-family: Yatra One;
color: #FDFDFD;
margin-left: 150px;
padding-top: 70px;
}
.img {
padding-right: 20px;
}
}
@media (max-width: 480px){
.body{
height: 800px;
margin: 0;
}
.logo{
width: 30px;
height: 30px;
margin-bottom: 15px;
margin-left: 30px;
}
.header{
font-size: 15px;
text-align: center;
}
.btn {
margin-left: 100px;
}
.feature h2{
font-family: Yatra One;
color: #FDFDFD;
margin-left: 150px;
padding-top: 50px;
}
.img {
padding-right: 90px;
}
}
.feature h2{
font-family: Yatra One;
color: #FDFDFD;
margin-left: 150px;
padding-top: 100px;
}
.img {
padding-right: 150px;
}
.footer p{
text-align: center;
font-family: Work Sans;
font-weight: bold;
}