Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
loeasy68
GitHub Repository: loeasy68/loeasy68.github.io
Path: blob/main/CDN/librarys/LoWind/main.css
2942 views
1
.center-div {
2
height: 200px;
3
display: flex;
4
align-items: center;
5
justify-content: center;
6
}
7
.left-div {
8
height: 35em;
9
width: 20em;
10
display: flex;
11
position: absolute;
12
left: 22em;
13
margin: 0;
14
}
15
.right-div {
16
height: 35em;
17
width: 20em;
18
display: flex;
19
position: absolute;
20
left: -22em;
21
margin: 0;
22
}
23