31-CSS-Play Wheel

My Work

Topic: Animations

This is one of those, “I can’t believe I made that” moments.

Note: The following code did not appear in the version I handed in.

I added that later because I wanted it centered on the page.

body {
    display: flex;
    justify-content: center;
    vertical-align: 100px;
}

A while back I thought. It would be good to have a way to practice css every day.

I came across one of those challenge sites called “100 days of Css”.

The first thing on the list made me think, “Are you out of your mind? That’s too difficult.”

Now I can go back and try that animation.