mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-17 06:11:00 +00:00
17 lines
140 B
Plaintext
17 lines
140 B
Plaintext
body {
|
|
display: block;
|
|
width: 10px;
|
|
height: 100px;
|
|
background: #ccc;
|
|
}
|
|
|
|
.a {
|
|
width: 80px;
|
|
}
|
|
.b {
|
|
width: 90px;
|
|
}
|
|
.c {
|
|
width: 100px;
|
|
}
|