kalvn 🐧 · @kalvn
186 followers · 2275 posts · Server mastodon.xyz

339 bytes of responsive CSS · Gaurav Koley
blog.koley.in/2019/339-bytes-o

Il ne faut pas grand chose pour rendre un site de base un peu joli.

```css
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #222;
max-width: 40rem;
padding: 2rem;
margin: auto;
background: ;
}
img {
max-width: 100%;
}
a {
color: ;
}
h1, h2, strong {
color:…
links.kalvn.net/?7N_cPw

#fafafa #2ecc40 #css #astuce

Last updated 6 years ago