카테고리 없음

스파르타 AI-8기 TIL (9/14)

kimjunki-8 2024. 9. 14. 22:39

Today, I finished chapter 1.

I am unsure if I fully understood, but I'm sure I was pretty funny.

There are some points that I must remember.

1. Never try to understand all the codes -> because I will find the codes I need on the internet.

2. not all CSS should be written in the head part but also the body part. -> Only on the codes I want

3. If there is a problem I can't get into it, try to search it. -> There always are some shortcuts that may be helpful.

 

I even made a melody share page on my own. 

One thing that shocked me is that I don't really have to think hard.

Most of the designed codes were here : https://getbootstrap.com/

 

Bootstrap

Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.

getbootstrap.com

As well as at the HW part, I could barely make it...It was a little bit hard to find the part to change it but 

<div class="background-banner">
        <nav class="navbar border-bottom border-body d-flex justify-content-left" data-bs-theme="dark">
            <div class="ms-3">
                    alt="">
            </div>

justify-content-center -> justify-content-left

It was pretty funny.