[ad_1]
https://i.ytimg.com/vi/7BJWAeLA6hQ/hqdefault.jpg
➢ SUSCRIBE to this channel if you haven’t
➢ STARTER FILES: https://github.com/daveozoalor/bootstrap4-udemy-clone
If you feel helped, please donate to my bitcoin: 3GtaocE8UUd9kFUn5fyXLGYuRtF9CSBhjf
IMPORTANT LINKS:
ASK any questions about this video and any other business and get support by posting your question at davepartner.com
Donate to help us make more videos:
https://www.patreon.com/user?u=3137001&ty=h&u=3137001
Follow me on social media:
Instagram: http://Instagram.com/daveozoalor
Youtube: http://youtube.com/c/braintemorg (subscribe if you haven’t)
Facebook: http://facebook.com/daveozoalor
Twitter: http://twitter.com/daveozoalor
Twitter 2: http://twitter.com/braintem
Learn Bootstrap 4 in 30 minutes by building a landing page website
from templatetoaster
A guide for beginners
“Bootstrap is a free, open-source front-end library for designing websites and web applications. It contains HTML- and CSS-based design templates for everything from typography, forms, buttons, navigation and other interface components as well as JavaScript extensions. Unlike many other web frameworks, Bootstrap concerns itself with front-end development only.” — Wikipedia
There are many versions of Bootstrap with version 4 being the latest.
In this article we are going to build a website using Bootstrap 4.
Prerequisites
Before starting, there are some skills you’ll have to know in order to learn and use the Bootstrap framework:
HTML fundamentals
basic knowledge of CSS
and some basic JQuery
Table of Contents
We will cover the topics below while building the website:
Downloading and installing Bootstrap 4
The new features of Bootstrap 4
Bootstrap Grid system
Navbar
Header
Buttons
About Section
Portfolio Section
Blog Section
Cards
Team Section
Contact Form
Fonts
Scroll Effect
Wrap-up and Conclusion
Downloading and installing Bootstrap 4
There are three ways to install and include Bootstrap 4 for your project:
Use npm
You can install Bootstrap 4 by running this command npm install bootstrap
2. Use a Content Delivery Network (CDN)
By including this link in your project between head tags:
Original source