Turn Your HTML Into a Attractive Website With Just 12 Lines of CSS

PHOTO EMBED

Wed Jul 02 2025 20:26:10 GMT+0000 (Coordinated Universal Time)

Saved by @darkoeller

html {
    box-sizing: border-box;
    max-width: 70ch;
    margin: auto;
    font-size: 1.25em;
    color: #333;
    line-height: 1.4;
}

* {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
content_copyCOPY

https://www.howtogeek.com/get-a-clean-attractive-site-with-lines-of-css/?utm_source