-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.css
99 lines (76 loc) · 1.3 KB
/
home.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
*
{
margin: 0;padding:0;
}
.home{
background-color: black;
height:100%;
position: relative;
padding-bottom: 15vh;
}
.container3 {
width: 100%;
height: 40vh;
top:5vh;
background-color: orangered;
position: relative;
}
.box11 {
width: 25%;
height: 40vh;
position: absolute;
background-color: #effcef;
left: 10px;
padding-left:10px;
}
.logo img
{position: absolute;
z-index:1;
top:28vh;left:5%;
height:300px;
widows: 300px;background-color: white;
border-radius:50%;
border:10px solid white;
}
.box11 img
{
width: 100%;
height: 100%;
}
.box22 {
width: 70%;
height: 40vh;
position: absolute;
background-color:black;
left: 25%;
}
.box22 p {
font-size: 3vh;
position: absolute;
right:5vh;
top: 50%;
color:white;
transform: translateY(-30%);
text-align: right;
line-height: 1.5;
font-family: 'Sen', sans-serif;
}
.circle{
height:55px;width:25px;
background-color: white;
}
.svg-part
{height:95vh;
overflow-y: hidden;
}
.svg-part img
{position: relative;
top:-25vh;
}
.maincontents
{position: relative;
top:15vh;
margin-bottom:20vh;
height:95vh;
background-color: #ffffff;
}