4
nitnip
1y

Easiest responsive page. No js

<DOCTYPE html>
<head>
<style contenteditable style="display: block; border: 2px solid black; background: white; font-size: 2em;">
body { background: red; } h1 { font-size: 4em; text-align: center; }
</style>
</head>
<body>
<h1>Title</h1>
</body>
</html>

Comments
  • 1
    You seem to have strictly followed the official FOSS UI style guide.
Add Comment