Waiting...

Waiting...

Do you know how boring it is to wait for things?? Like, you never know when the end goal is, but waiting feels like a nightmare.

It is just so slow. But I also know that if you don't have these periods of slowness every so often, life will be overwhelming.

I am waiting on the college thing mentioned in a related post "School".

I am also trying to work on a couple of personal goals and projects that feel like they are moving too slowly.

Something I have procrastinated on as of late was my progress in the Odin Project. Sadly, I have been stuck on this:

The Odin Landing page that is in progress

Particularly on remembering everything about CSS after learning it and not using it for a while:

My current style.css 😦

/* Start Coding Below :) */

body,

html {
    height: 100%;
    margin: 0;
}

.left-logo {
    font-size: 36px;
    font-weight: 900;
    padding: 4px 32px;
}

ul {
    list-style-type: none;
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

a {
    background: white;
    padding: 8px;
    text-decoration: none;
}

Anyway, this among a couple of other coding projects have led to a lot of dead ends:

Also, my 3D printer died just when I was actually going to use it for a (potentially sellable) project.

So things have been going fine I guess. Also, work is kinda boring while I wait for the holiday lull to end.

That's all for my update today. See y'all sometime soon (I hope).