-
Notifications
You must be signed in to change notification settings - Fork 0
/
second-style.css
109 lines (100 loc) · 1.99 KB
/
second-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
*{
margin: 0%;
padding: 0%;
box-sizing:border-box;
}
.second-part{
margin-top: 7em;
margin-bottom: 20em;
}
.second-part .box {
width: 100%;
height: 100vh;
}
.second-part .container {
width: 100%;
background-color: rgb(253, 248, 248);
}
.second-part .image {
display: flex;
justify-content: center;
align-items: center;
background: url("./img2.webp");
background-repeat: no-repeat;
margin-top: 80px;
background-size: 100vw;
}
.second-part .image img {
position: relative;
bottom: 30px;
width: 21vw;
height: auto;
max-height: 100%;
}
.second-part .image .img-overlap1{
font-size: 1.2em;
background-color: white;
padding: 10px;
border-radius: 20px;
box-shadow: 0.5px 1px 10px;
position: absolute;
top: 83em;
left: 20em;
}
.second-part .image .img-overlap2{
font-size: 1.2em;
color: #174EA6;
background-color: #D2E3FC;
padding: 10px;
border-radius: 20px;
position: absolute;
top: 83em;
left: 60em;
}
.second-part .content {
text-align: center;
}
.second-part .content p {
margin: 12px;
font-size: 45px;
font-family: 'Roboto', sans-serif;
}
.second-part .content h4 {
font-size: 21px;
padding: 0px 60px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
}
.second-part .image2 {
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
margin-top: 80px;
background-size: 100vw auto;
}
.second-part .image2 .img-overlap1{
font-size: 1.2em;
background-color: white;
padding: 10px;
border-radius: 20px;
box-shadow: 0.5px 1px 10px;
position: absolute;
top: 120em;
left: 30em;
}
.second-part .image2 .img-overlap2{
font-size: 1.2em;
color: #174EA6;
background-color: #D2E3FC;
padding: 10px;
border-radius: 20px;
position: absolute;
top: 125em;
left: 38em;
}
.second-part .image4 {
display: flex;
justify-content: center;
margin-top: 40px;
}