scale your thing

This commit is contained in:
maren 2023-11-21 23:05:16 -05:00
commit 4759287654
3 changed files with 49 additions and 0 deletions

27
brutalcss.html Normal file
View file

@ -0,0 +1,27 @@
<!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>

1
license.txt Normal file
View file

@ -0,0 +1 @@
CC0 1.0

21
readme.md Normal file
View file

@ -0,0 +1,21 @@
*brutally unattractive, works-on-mobile css for the masses*
# brutal CSS
![Photograph of a somewhat brutal rock](https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Enchanted_Rock%2C_boulder.jpg/640px-Enchanted_Rock%2C_boulder.jpg)
## what is brutal css?
brutal css is an immature expression of my frustration with other brutalist website nerds who don't include the one meta tag that makes your website work on mobile.
look, it's called scaling and we hate it. they're called phones and we hate them too. but you gotta do it. you just gotta.
### wow this is so perfect and amazing, can you make it available on a cdn for me?
no! the most important part of this thing *is not even css*
```html
<meta name="viewport" content="width=device-width, initial-scale=1">
```
please scale your thing. i want to read your thing on my phone. please scale it.