-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
86 lines (86 loc) · 1.27 KB
/
style2.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
*{
margin: 0px;
padding: 0px;
}
.container1 {
width: 100%;
margin: auto;
height: 100%;
font-family: 'Fuzzy Bubble';
}
.container2
{
margin: auto;
display: flex;
width: 100%;
border: 2px solid white;
/* background-color: rgb(187, 113, 113); */
}
.logo
{
width: 30%;
height: 150px;
/* background-image: url(); */
}
.logo1
{
height: 50px;
width: 21%;
margin-right: 15%;
}
.logo2
{
height: 70px;
width: 21%;
margin-right: 15%;
}
.logo3
{
height: 50px;
width: 21%;
}
.navigation
{
color: black;
width: 20%;
text-align: center;
font-size: 25px;
font-weight: bold;
margin: 10px 5px;
padding: 33px 5px;
text-decoration: none;
}
.container3
{
border-radius: 10px;
/* background-color: rgb(51, 44,56, .8); */
position: relative;
top: 22px;
width: 68%;
height: 100px;
justify-content: space-evenly;
display: flex;
}
.homevideo{
/* border: 2px solid black; */
}
.background-video {
position: absolute;
top: 152px;
left: 0px;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
}
footer p{
color: blueviolet;
text-align: center;
font-size: 30px;
}
.companies
{
width: 50%;
margin: auto;
height: 120px;
}