Posts

Showing posts with the label React JS Mern Stack Development

Animated Dropdown in CSS by Absar

Image
Animated Dropdown in CSS by Absar  <! DOCTYPE html > < html lang = "en" >   < head >     < meta charset = "UTF-8" />     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" />     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />     < title >Navbar</ title >     < style >       * {         margin: 0 ;         padding: 0 ;         box-sizing: border-box ;         font-size: 18 px ;         font-family: sans-serif ;       }       a {         text-decoration: none ;       }       ul {         list-style: none ;       }       nav {         background-color: teal ...

BOOTSTRAP COURSE by Absar

Image
  BOOTSTRAP COURSE Bootstrap 5 Crash Course Tutorial # 1 - Intro & Setup We are gonna use CDN links to learn fundamentals Or we can download Or we can use npm or yarn ==================================================================== Create Bootstrap boilerplate Then open it in browser ==================================================================== Bootstrap 5 Crash Course Tutorial #2 - Bootstrap 5 New Features   Bootstrap 5 Crash Course Tutorial #3 - Colors & Typography Let’s look on some default or reboot bootstrap styles applies to elements Now in here if we use a class h1-h6 on any tag like in our case h2 this will make it look like h1 or any given class These are display headings that are not bold but bigger sometimes it looks nicer and these classes you can apply on different tags h1-h6 is not mandatory you can use any tag u like The result will be same So here the first one that is basic paragraph tag and other one is something more special because...