Weird Websites for a Post Social Media World

Alternative hosting options

Convert an existing Wordpress?

Redirecting an old page to a new one?

Animation

@keyframes wobble {
    from { rotate: -10deg;}
    to { rotate: 10deg;}
}

@keyframes colorchange {
    0% {
        background-color: blue;
    50% {
        background-color: red;
    }
    100% {
        background-color: blue;
    }
}

body {
    animation: colorchange 7s alternate-reverse
}

Responsiveness

@media(max-width: 800px) {
    main {
        display:block;
    }
    section {
        margin: 0 auto;
    }
    h1 {
        font-size: 24pt;
    }
}

Getting Found

Crawlers

Google Search Console

How the internet works

IP addresses

DNS

HTTP

SSL

Connecting Domains

CNAME vs A vs …

Where to explore next

Javascript?

More CSS

Mastodon