Create Timeline Design For Website Using HTML & CSS | Responsive Web Design

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Learn how to create Timeline Design For Website Using HTML & CSS, Web Design With Animation Using HTML And CSS for beginners #cssanimation #webdesign #website
    ❤️ SUBSCRIBE: goo.gl/tTFmPb
    In this video we will learn to make a timeline design for website using HTML and CSS. In this timeline design I have added some animation using CSS. When I scroll the website you can see the vertical line moves downwards. Then it display the each content one by one with animation.
    This web design is responsive from small screen devices, you can see it looks good in small screen also. So we will make this Animated vertical timeline website design step by step using HTML and CSS
    Download Image: drive.google.c...
    -----------------------------------------
    Suggested Course:
    ❤️ Complete website Using HTML and CSS
    ✔️ 8 Complete website step by step
    ✔️ Source Code Download
    ✔️ 76 Lectures, 12 Hours Video
    ✔️ Course Completion certificate
    👉 easytutorialsp...
    -------------------------------------
    Recommended Videos:
    Learn Complete HTML and CSS from basics:
    ► • HTML And CSS Tutorial ...
    Make A Complete Website for college using HTML & CSS:
    ► • How To Make A College ...
    How to make a Business website step by step:
    ► • How To Make Website Us...
    How to make personal resume website step by step:
    ► • How To Make A Website ...
    How to make fitness website design using HTML CSS:
    ► • How To Make A Website ...
    How to make an Ecommerce Website Design:
    ► • How To Make eCommerce ...
    How to make a Job Portal website design with HTML & CSS:
    ► • How To Make Website Us...
    How to make travel website design with HTML CSS Bootstrap:
    ► • How To Make A Website ...
    -------------------------------------
    Affordable web hosting (coupon- EASYTUTORIALS)
    👉 easytutorialsp...
    My recommended tools and tutorials
    👉 easytutorialsp...
    -------------------------------------
    ◼️ 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:
    ► / @greatstackdev
    -------------------------------------
    Images Credit:
    www.pexels.com/
    -------------------------------------
    Like - Follow & Subscribe us:
    ◼️ UA-cam: goo.gl/tTFmPb
    ◼️ Facebook: goo.gl/qv7tEQ
    ◼️ Twitter: / itsavinashkr
    ◼️ Instagram: / iamavinashkr

КОМЕНТАРІ • 92

  • @Ericpricing
    @Ericpricing Рік тому +6

    Thanks Buddy, Am currently working on a website project and i really appreciate you for this video - it has contributed to one of the website section
    MUCH LOVE FROM KENYA🌎

    • @Traderflow_com
      @Traderflow_com 12 днів тому

      Yes, I feel the same way! Very very helpful!

  • @Merry_say
    @Merry_say 9 місяців тому +3

    Thank you, this was really useful. Sadly neither me nor my friend know shit about coding so we gave up but you gave us a nice input and you seem like a very nice person. Greetings from beautiful Poland

    • @wisdomobiwube9447
      @wisdomobiwube9447 8 місяців тому

      no one knows shit about about coding at the beginning. it compounds. you just have to show up everyday.

  • @SlickFX_TF
    @SlickFX_TF 12 днів тому

    *Just became a member because this is the best tutorial I have have ever seen* and actually came in useful on my site. Literally have this CSS on my site right now! I will absolutely purchase your course!

  • @ezizhummedov3607
    @ezizhummedov3607 Рік тому +8

    Love it. Next time can you split the screen so we can follow while you design the webpage? Thanks.

  • @infinitegaming2541
    @infinitegaming2541 Рік тому +6

    Hey You are the master.
    Please make the css tutorial (Beginning to Advance Level).
    Please.

  • @Leeeph
    @Leeeph Рік тому +3

    Really cool vid, I was assigned to follow along to it for Coding class in school. Definitely recommend if you are into coding and writing, this was very fun.

  • @semnomeporenquanto2
    @semnomeporenquanto2 Рік тому +10

    Man, how did you learn to do all that stuff? I can't believe it turned out so amazing just with CSS, I really need to get better to be able to do all this for myself.
    How long did it take you to learn CSS at that level?
    And thanks for the video!

    • @mariohermes2115
      @mariohermes2115 Рік тому +5

      My dude, he just used the W3Schools tutorial, it's all there.

  • @computerlearning6455
    @computerlearning6455 Рік тому +4

    Please bro we want more Video, please don't stop.... Never Give Up, 🔥🔥

    • @ramyavaishnaviradhakrishna3900
      @ramyavaishnaviradhakrishna3900 2 місяці тому

      let poll = {
      question: "Which team will win the IPL Trophy in 2025?",
      answers: ["CSK", "RCB", "SRH", "RR"],
      pollcount: 100,
      answerweight: [60, 10, 20, 10], //sum = 100
      selectanswer: -1
      };
      let polldom = {
      question: document.querySelector(".poll .question"),
      answers: document.querySelector(".poll .answers")
      };
      polldom.question.innerText = poll.question;
      polldom.answers.innerHTML = poll.answers.map(function(answer, i) {
      return `
      ${answer}

      `;
      }).join("");
      function showresults() {
      let answers = document.querySelectorAll(".poll .answers .answer");
      for (let i = 0; i < answers.length; i++) {
      let percentage = 0;
      if (i === poll.selectanswer) {
      percentage = Math.round(
      (poll.answerweight[i] + 1) * 100 / (poll.pollcount + 1)
      );
      } else {
      percentage = Math.round(
      (poll.answerweight[i]) * 100 / (poll.pollcount + 1)
      );
      }
      answers[i].querySelector(".percentage_bar").style.width = percentage + "%";
      answers[i].querySelector(".percentage_value").innerText = percentage + "%";
      }
      }
      function markanswer(i) {
      poll.selectanswer = +i;
      try {
      document.querySelector(".poll .answers .answer.selected")
      .classList.remove("selected");
      } catch (msg) {}
      document.querySelectorAll(".poll .answers .answer")[+i].classList.add("selected");
      showresults();
      }

  • @rahulnishad2752
    @rahulnishad2752 Рік тому +1

    Bro it's awesome plzz aise hi content late rahiye

  • @danc01
    @danc01 Рік тому +2

    Is this part of a series or a stand alone. I really enjoyed this tutorial

  • @md_anees07
    @md_anees07 Рік тому +5

    love your content brother...........keep posting

  • @worlz_
    @worlz_ Рік тому +2

    how to trigger the keyframes when we get to the timeline section? because they are triggered as soon as the page is loaded, so I don't have time to see the animation of the keyframes since my section is at the bottom of my page

  • @destinyidris8473
    @destinyidris8473 Рік тому +3

    Great
    ❤❤

  • @nabilanuzhatmoin5392
    @nabilanuzhatmoin5392 5 місяців тому

    Thank you for explaining and showing so easily

  • @djjordis
    @djjordis 4 місяці тому

    Thanks Boddy, very useful.

  • @Efizzy_brendan
    @Efizzy_brendan Рік тому +1

    How does it work, is it whenever you refresh or when you scroll down to the current page? 🤔

  • @советник-б9ф
    @советник-б9ф Рік тому +2

    looks cool))

  • @Vaibhav_Upadhyay20
    @Vaibhav_Upadhyay20 Рік тому +2

    Thank you so much sir ❤️

  • @codedreamfullstuckdevelope8096

    Super sir very nice 😊 and helpful 👍

  • @muhammadnajibbala4059
    @muhammadnajibbala4059 Рік тому

    You are the best my good man

  • @nobodyeverybody8437
    @nobodyeverybody8437 Рік тому

    Thumbs up bro 👍👋👋👋👋

  • @darshilkumar7816
    @darshilkumar7816 4 місяці тому

    too good

  • @afflictgamer
    @afflictgamer Рік тому +1

    Sir make a video on parallax scrolling effect
    please

  • @user-wk7vb6kg1f
    @user-wk7vb6kg1f Рік тому

    A million of thank you so much.

  • @bekuxui4081
    @bekuxui4081 5 місяців тому

    thank you for very much !👍

  • @SalmanShah95
    @SalmanShah95 Рік тому +2

    Awesome

  • @silas_wolf
    @silas_wolf Рік тому

    Thank you, great video.

  • @sydney7400
    @sydney7400 21 хвилина тому

    Thanks again!

  • @Nanashi-rq7lk
    @Nanashi-rq7lk 11 місяців тому

    Perfect Video

  • @sudhanhunt3317
    @sudhanhunt3317 Рік тому +3

    timeline::after is not working for me. I could not able to add the vertical line. Can someone help here ?

  • @itspawanpoudel
    @itspawanpoudel Рік тому +1

    Helped :)

  • @DevanshuAugusty
    @DevanshuAugusty Рік тому

    awesome man

  • @icrmsoftware59
    @icrmsoftware59 Рік тому

    Good tutorial

  • @danc01
    @danc01 Рік тому +1

    I'm trying to add a circle to the top and bottom of the time line and I'm not sure where to add the HTML for that.

  • @mohammadsyiedbinsalim5177
    @mohammadsyiedbinsalim5177 11 місяців тому +7

    where is the source code?

  • @marvelousncube
    @marvelousncube Рік тому

    Love you man

  • @SlickFX_TF
    @SlickFX_TF 11 днів тому

    Thanks!

    • @GreatStackDev
      @GreatStackDev  11 днів тому +1

      Thanks for supporting my channel

    • @SlickFX_TF
      @SlickFX_TF 11 днів тому

      @@GreatStackDev no prob, It's a great channel but I can not follow any instructions on how to node.js integrate with VSC, are there any other instructions information's you recommend I look at?

  • @sdfsfsfd437
    @sdfsfsfd437 Рік тому +1

    👋👋👋👋👋👋

  • @renanmalato
    @renanmalato 8 місяців тому

    do you have a video revealling that on scrolling?

  • @TheBoysMemes123
    @TheBoysMemes123 Рік тому

    love you bro

  • @Japleen_abc
    @Japleen_abc 4 місяці тому

    Thank you sir

    • @ramyavaishnaviradhakrishna3900
      @ramyavaishnaviradhakrishna3900 2 місяці тому

      let poll = {
      question: "Which team will win the IPL Trophy in 2025?",
      answers: ["CSK", "RCB", "SRH", "RR"],
      pollcount: 100,
      answerweight: [60, 10, 20, 10], //sum = 100
      selectanswer: -1
      };
      let polldom = {
      question: document.querySelector(".poll .question"),
      answers: document.querySelector(".poll .answers")
      };
      polldom.question.innerText = poll.question;
      polldom.answers.innerHTML = poll.answers.map(function(answer, i) {
      return `
      ${answer}

      `;
      }).join("");
      function showresults() {
      let answers = document.querySelectorAll(".poll .answers .answer");
      for (let i = 0; i < answers.length; i++) {
      let percentage = 0;
      if (i === poll.selectanswer) {
      percentage = Math.round(
      (poll.answerweight[i] + 1) * 100 / (poll.pollcount + 1)
      );
      } else {
      percentage = Math.round(
      (poll.answerweight[i]) * 100 / (poll.pollcount + 1)
      );
      }
      answers[i].querySelector(".percentage_bar").style.width = percentage + "%";
      answers[i].querySelector(".percentage_value").innerText = percentage + "%";
      }
      }
      function markanswer(i) {
      poll.selectanswer = +i;
      try {
      document.querySelector(".poll .answers .answer.selected")
      .classList.remove("selected");
      } catch (msg) {}
      document.querySelectorAll(".poll .answers .answer")[+i].classList.add("selected");
      showresults();
      }

  • @Harshgamerworld
    @Harshgamerworld Рік тому +1

    First view

  • @cTkinter
    @cTkinter Рік тому +1

    Why didn't you gave hero class to div as in every video your div as hero.....

  • @ak.nishat8869
    @ak.nishat8869 Рік тому +1

    Please create music websites by html css javascript

  • @TheSuccessfulLife1115
    @TheSuccessfulLife1115 Рік тому +1

    no grid?

  • @OCEMTechZone
    @OCEMTechZone 4 місяці тому

    🎉

  • @drewnorman3632
    @drewnorman3632 26 днів тому

    Do you have the source code for this project to help with learning?

  • @rohitbodhankar2199
    @rohitbodhankar2199 Рік тому

    the animation of isn't working of the container part im only able to see the line going form top to bottom

  • @bethanimoorhouse8611
    @bethanimoorhouse8611 Рік тому +3

    When creating the line using timeline::after, nothing shows up on my screen? Everything else has worked perfectly, so thank you for that! Am I potentially doing something wrong? here is my code ..
    .timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: white;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    }

    • @amazingango9103
      @amazingango9103 Рік тому

      I reckon its in ur content part, you put speech marks ". but i think you're meant to do either
      Option A:
      content : ' ';
      or
      Option B:
      content: " ";
      I'm pretty sure thats the solution, let me know if it works!

    • @OppositeScoped
      @OppositeScoped Рік тому

      @@amazingango9103 I have the same Problem and i tried to change it to Speech mark but it didn't work

    • @OppositeScoped
      @OppositeScoped Рік тому +1

      I think it has some thing to do with the z-index, maybe try to change it to like 1 or something

    • @shreyanshpandey.3281
      @shreyanshpandey.3281 Рік тому +2

      make z-index positive may it work.

    • @shubhangisrivastava6654
      @shubhangisrivastava6654 Рік тому

      Did you get a solution for this? It isn't working for me too :(

  • @Japleen_abc
    @Japleen_abc 4 місяці тому

    From canada

  • @hungdo9071
    @hungdo9071 Рік тому

    hi sir, timeline it auto scroll?

  • @TheBoysMemes123
    @TheBoysMemes123 Рік тому +1

    thanks😍🤩😍🥰😍😍😍🤩😗😗😘🤩😍😍🤩

  • @roselynthalathara958
    @roselynthalathara958 4 місяці тому

    how would you make this sortable? like select only asian car manufacturers

  • @EdytzCreationsHub
    @EdytzCreationsHub Рік тому

    I'm a beginner in web design and I'm having trouble on how to submit websites to my clients, can you show the steps on how to submit to clients

    • @GreatStackDev
      @GreatStackDev  Рік тому +2

      add you project folder in a ZIP file and send them, they can extract the zip file and open the index.html file with web browser to preview the website.
      But if they want it to publish it online, then they need to provide the Domain name and web hosting here is the video to upload website online: ua-cam.com/video/0csRmmgN31o/v-deo.html

  • @jessicamonteirobueno3406
    @jessicamonteirobueno3406 4 місяці тому

    Could you please provide the complete code or js?

  • @Abhishek_1105
    @Abhishek_1105 2 місяці тому

    Ye effect agar on scroll hota toh mast lagta

  • @francescomerenda2970
    @francescomerenda2970 4 місяці тому

    ti amo

  • @santiagobulamosquera7255
    @santiagobulamosquera7255 Рік тому

    The animation delay is not working to me. Someone knows the reason?

  • @akheelchitaaa
    @akheelchitaaa 4 місяці тому

    is there a source code ?

  • @tayyabafzal7296
    @tayyabafzal7296 Рік тому +1

    Sir, please make a website using Bootstrap 5

  • @Mr_Addy1
    @Mr_Addy1 Рік тому

    anyone can help me mine one is not showing respnsiveness

  • @PiyushKumar-ey8ub
    @PiyushKumar-ey8ub 4 місяці тому

    where is source code ?? any one can share the source code?

  • @projectend8705
    @projectend8705 Рік тому

    how to make flipkart like timeline?

  • @KoKuRyuOfficial
    @KoKuRyuOfficial Рік тому

    Do you have grid photo lightbox like facebook?

    • @GreatStackDev
      @GreatStackDev  Рік тому

      here it is: ua-cam.com/video/4gcy-qT9kGw/v-deo.html

  • @sanarashid7386
    @sanarashid7386 Рік тому

    @4:32

  • @vikas_chaudhary_23
    @vikas_chaudhary_23 4 місяці тому

    can anyone provide the source code?

  • @waseemmalik3281
    @waseemmalik3281 11 місяців тому

    Can we get source code please?

  • @Sinha.ritesh
    @Sinha.ritesh 6 місяців тому

    Fantastic