You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
588 B
42 lines
588 B
:root {
|
|
font-size: 16px;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.border-right::after {
|
|
position: absolute;
|
|
content: " ";
|
|
height: 100%;
|
|
width: 1px;
|
|
background-color: #fff;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.mg-auto {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.clearfix::after {
|
|
content: "";
|
|
height: 0;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
.box1 {
|
|
width: 5.20833%;
|
|
margin-top: 2.23958%;
|
|
height: 0;
|
|
padding-bottom: 5.20833%;
|
|
font-size: 2rem;
|
|
background-color: red;
|
|
}
|
|
/*# sourceMappingURL=index.css.map */
|