-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
126 lines (110 loc) · 2.39 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#back{
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("6-5000x3333.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
text-align: center;
justify-content: center;
height: 100vh;
width: 100%;
}
#choose{
text-align: center;
justify-content: center;
}
#doyou{
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("alhan.dilshad.jfif");
width: 30%;
height: 73vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#backs{
height: 100vh;
width: 100%;
}
#first{
background-image: url("images.jfif");
width: 25%;
height: 30vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#second{
background-image: url("images\ \(1\).jfif");
width: 25%;
height: 30vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#third{
background-image: url("images\ \(2\).jfif");
width: 25%;
height: 30vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#man{
width: 25%;
height: 72vh;
text-align: center;
justify-content: center;
}
#footer{
height: 35vh;
width: 100%;
}
#about-image{
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("6-5000x3333.jpg");
width: 100%;
height: 60vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#about-image1{
background-image: url("social-media-marketing.webp");
width: 40%;
height: 50vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#about-div{
text-align: center;
justify-content: center;
height: 60vh;
width: 35%;
}
#about-image2{
background-image: url("email-marketing.webp");
width: 35%;
height: 65vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#contact-image{
background-image: url("about-brandcurb.webp");
width: 30%;
height: 60vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#contact-div{
height: 80vh;
width: 80%;
}
#contact-div1{
height: 80vh;
width: 25%;
}
#contact-div2{
height: 80vh;
width: 60%;
}