Build An Animated Accordion With HTML, CSS & JavaScript

preview_player
Показать описание
In this video We'll build an Accordion or Collapsible Content using plain HTML, CSS and JavaScript. Similarly, we'll add some animation for better UX.

Subscribe my channel for more helpful videos:

This 🎬 video is part of Playlist:

😍 You may love my other contents too
Create skeleton loading animation with CSS & JS

Write code faster with Emmet

🌎 Browser : Brave V.1.35 (Chrome V.98.0)
📝 Code Editor : VS Code
💠 Extensions : Live-server

#accordion
Рекомендации по теме
Комментарии
Автор

Solution for the problem that I've talked at the end of this video is to give 'min-height' instead of 'height' for body tag. Eg:
📝In Style.css file
body {
min-height : 100vh;
}

CodingDesign
join shbcf.ru