mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-01 00:38:49 +00:00
10 lines
124 B
CSS
10 lines
124 B
CSS
#container {
|
|
width: 400px;
|
|
height: 400px;
|
|
border: 1px solid red;
|
|
}
|
|
#rel {
|
|
white-space: pre;
|
|
position: relative;
|
|
}
|