22 lines
863 B
Markdown
22 lines
863 B
Markdown
|
|
||
|
*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.
|