7 lines
175 B
HTML
7 lines
175 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
:root { font-size: 32px; }
|
|
body { font-size: 16px; }
|
|
.y { width: 1rem; height: 1rem; background-color: blue; }
|
|
</style>
|
|
<div><div class=y></div></div>
|