mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
12 lines
184 B
HTML
12 lines
184 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.element{
|
|
position: absolute;
|
|
right: -50px;
|
|
background-color: red;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style>
|
|
<div class='element'></div>
|
|
|