mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 09:18:37 +09:00
10 lines
186 B
CSS
10 lines
186 B
CSS
window { direction: rtl; }
|
|
.wide { background: red; width: 800px; height: 30px; display: inline-block;}
|
|
|
|
#container {
|
|
background-color: yellow;
|
|
}
|
|
|
|
#rightBox {
|
|
margin-left: 1000px;
|
|
}
|