강의

멘토링

로드맵

BEST
Programming

/

Front-end

Bootstrap 5 - Creating a Web Project from Scratch

We will understand the concepts of classes and components in Bootstrap5, apply them, modify them, and create three projects through practice.

(4.7) 32 reviews

532 learners

Level Basic

Course period Unlimited

  • Self-coding
Bootstrap
Bootstrap
HTML/CSS
HTML/CSS
JavaScript
JavaScript
Web Design
Web Design
Bootstrap
Bootstrap
HTML/CSS
HTML/CSS
JavaScript
JavaScript
Web Design
Web Design

Corrected typos in the Intro Section video of Project 1

hello.

I would like to inform you that there is a typo in the CSS coding at around 10:11 in the Intro Section lecture video of Project 1.

Code 74:

#intro .intro-first-card .overlay a { transition: hover 0.4s ease; }

It is explained as follows, so please modify it as follows.

#intro .intro-first-card .overlay a { transition: color 0.4s ease; }
Comment