-
Notifications
You must be signed in to change notification settings - Fork 0
CSS
Yongku cho edited this page Mar 20, 2021
·
7 revisions
<div class="box">00000000000</div>
<div class="text">00000000000</div>
:root {
--main-color: #ff0;
--main-column: 2
}
.box {
width: calc(100 / var(--main-column) * 1%);
background-color: var(--main-color)
}
.text {
color: var(--main-color)
}
@media (min-width: 1024px) {
:root {
--main-color: #f00;
--main-column: 4
}
}
- CSS Grid