-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
107 lines (77 loc) · 1.45 KB
/
style.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
106
107
/* N A V B A R */
.cocalogo{
height: 28px;
width: 100px;
}
/* S E C T I O N 1 */
.sec1 {
background: url("./images/net1.jpg") no-repeat;
background-size: cover;
height: 100vh;
background-position: top;
}
.title1{
font-family: 'lato', cursive;
margin-top: 165px;
padding-bottom: 10px;
margin-bottom: 0px;
font-size: 110px;
}
.btn-custom {
font-family: 'lato', cursive;
font-size: 20px;
background-color: #fc1d1d;
color: #ffffff;
border-color: #fc1d1d;
border-radius: 25px;
}
.btn-custom:hover {
font-family: 'lato', cursive;
font-size: 20px;
background-color: #7dfd71;
color: #000000;
border-radius: 25px;
}
/* M E D I A Q U E R Y S E C T I O N 1 */
@media (min-width: 325px) and (max-width: 767px) {
.sec1{
min-height: 580px;
}
.title1{
font-size: 65px;
}
.btn-custom {
font-size: 20px;
}
.btn-custom:hover {
font-size: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.title1{
font-size: 75px;
}
}
@media (min-width: 10px) and (max-width: 324px) {
.title1{
font-size: 55px;
}
}
/* S E C T I O N 2 */
.title2{
font-family: 'lato', cursive;
font-size: 7vw;
}
.para2{
font-size: 18px;
}
.pess{
height: 250px;
width: 250px;
}
/* M E D I A Q U E R Y S E C T I O N 2 */
@media (min-width: 10px) and (max-width: 575px) {
.title2{
font-size: 12vw;
}
}