4 lines
131 B
HTML
4 lines
131 B
HTML
<!doctype html>
|
|
<html style="font-size: 8px">
|
|
<div style="font-size: 2rem; color: black;">Should be 16px black text.</div>
|
|
</html>
|