brutalcss/brutalcss.html

28 lines
502 B
HTML
Raw Normal View History

2023-11-22 04:05:16 +00:00
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--DO NOT DELETE THE NEXT LINE-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--GREAT JOB THANK YOU-->
<title>brutally perfect scaling</title>
<style>
body {
max-width: 50em;
margin: 0 auto;
line-height: 1.5;
word-wrap: break-word;
padding: 0 1em;
}
</style>
</head>
<body>
<h1>brutal heading</h1>
<p>your brutal content goes here.</p>
</body>
</html>