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