LEARN HOW TO MAKE A COMPLETE WEBSITE USING HTML AND CSS STEP BY STEP FROM SCRATCH, RESPONSIVE WEBSITE DESIGN TUTORIAL WITH HTML AND CSS

LEARN TO CREATE A FULL WEBSITE IN ONE VIDEO
❤️ SUBSCRIBE: https://goo.gl/tTFmPb

❤️ Complete website Using HTML and CSS
✔️ 8 Complete website step by step
✔️ Source Code Download
✔️ 76 Lectures, 12 Hours Video
✔️ Course Completion certificate
👉 https://easytutorialspro.com/go/course/

#Website #HTML #CSS

❤️ Upload website online: https://youtu.be/_gAj6i6w6xE

In this video you will learn to make a complete website using HTML and CSS step by step from scratch, without skipping any part. This will be fully responsive website design.

This complete website have multiple sections so you will learn to design different website layout using HTML and CSS. We will use media queries to make this website full responsive for all devices.

◼️ Download all images: https://drive.google.com/open?id=1pn6xsKDf5edNDo9xvz2iKvmkZhLMiXTn

02:21 Make HTML and CSS Files for Website
04:30 Connect HTML and CSS Files
05:10 Create Header Section of Website
19:30 Create Side Menu on Website
27:36 Create About Section on Website
35:16 Make Services Section of Website Design
44:16 Create Courses section of website
52:02 Offer section design of website
55:44 Contact section design for website

01:04:40 Website footer design using HTML and CSS
01:18:42 Add Floating Social media icon using HTML & CSS
01:22:14 Make website responsive for all device
01:34:02 Add scrolling effect on website
01:36:36 Your complete responsive website is ready

◼️ Smooth Scroll GitHub link: https://github.com/cferdinandi/smooth-scroll

————————————-
◼️ More videos from Easy Tutorials

Make eCommerce website using HTML CSS Bootstrap
https://www.youtube.com/watch?v=Vdo2fSMfUVM

Make travel website suing HTML and CSS
https://www.youtube.com/watch?v=AiaEqc9UMf8

Create Job Search Website With HTML And CSS
https://www.youtube.com/watch?v=cHgx8a-eBDQ

Create Resume Website With HTML CSS Bootstrap
https://www.youtube.com/watch?v=qCFN8EujbGI

————————————-
◼️ Source code link is shared in community post for all my coding videos exclusively for channel members (only channel members can see)
Join Channel Membership:
https://www.youtube.com/channel/UCkjoHfkLEy7ZT4bA2myJ8xA/join

————————————-
◼️ Image Credit
https://www.freepik.com

————————————-
◼️ Like, Follow & Subscribe us:

👍 YouTube: https://goo.gl/tTFmPb
👍 Facebook: https://goo.gl/qv7tEQ
👍 Twitter: https://twitter.com/ItsAvinashKr

source

25 Comments

  1. <script>

    var menuBtn = document.getElementById("menuBtn");

    var sideNav = document.getElementById("sideNav");

    sideNav.style.right = "-250px";

    menuBtn.onclick = function(){

    if(sideNav.style.right == "-250px";){

    sideNav.style.right = "0";

    }

    else{

    sideNav.style.right = "-250px";

    }

    }

    </script>

    this part is not working..what i'm doing wrong?

  2. Hello, where do you find the pictures, cartoons drawing that you use as background and other images ?? Not the link where you can download them, but i mean in, do you draw/make them of is there a site where you could downloading them for free, but also more of those kind of cartoons / images ?

Leave A Reply

Please enter your comment!
Please enter your name here