Netflix clone with HTML and CSS (tutorial for beginners)

Поделиться
HTML-код
  • Опубликовано: 14 июн 2024
  • In this tutorial we will build netflix landing page with html and css.
    This tutorial is suited for beginners wanting to learn html and css.
    I try explain all html tags and css properties and why I use them.
    timestamps:
    0:00:00 - Intro
    0:00:10 - explaining html boilerplate I use
    0:01:12 - Header (logo, language select, and login button)
    0:13:39 - CTA / splash screen (intro texts, signup form)
    0:36:05 - Sections with features of netflix service
    0:52:55 - Frequently asked questions (with accordion / collpapsible)
    1:07:10 - Styling for mobile (css media queries to make it responsive)
    1:26:35 - Outro

Комментарии • 32

  • @furkankolay7876
    @furkankolay7876 2 года назад +7

    Man i cant tell how much you help teaching me html and css! Wish i could take private courses from you or udemy... other teachers are crap .. watched your tesla tutorial too, learned a huge ton of info from your videos, and understood nothing from other teachers man. Please post more videos like this like how you explain and overcoming problems so we can understand better like in this video how to cope with them. If you have a donation address let me know like for crypto bnb or ftm i wanna help. Thanks so much

    • @CodingWithDawid
      @CodingWithDawid  2 года назад +11

      Your comment is better than any kind of donation.
      I am in tears of joy right now. There is no money in the world that would make me feel like your comment does.
      It gives me tons of motovation to create more videos for people like you.
      All I ask for is a like on a video so I can reach more people and maybe some feedback/ideas so I know how I can improve.
      Thanks again for leaving the comment.
      Hope you learn everything you need!
      Have a wonderful day!
      /Dawid

  • @user-hx4ls2kt4v
    @user-hx4ls2kt4v 3 дня назад +1

    Heyyyyy bro really enjoyed your video

  • @tubarafique5127
    @tubarafique5127 7 месяцев назад

    Good bohat help li ap ki video sy ma ny lot of thanks brooo

  • @gregorpanteleyevicmelehov9584
    @gregorpanteleyevicmelehov9584 Год назад +3

    Bro, your video is the most descriptive on RUclips. However, at the moment, the codes are incomplete, the photo does not fully cover the main screen and the color of the buttons is white. No matter how hard I tried, I couldn't fix it. Luckily, that means I can't grasp the logic of the event. Better than fooling myself. Thank you!

  • @ares7785
    @ares7785 2 года назад

    Awesome ✌️

  • @elayhamrit5603
    @elayhamrit5603 Год назад

    love your content

  • @danhealy7095
    @danhealy7095 2 года назад

    Thank you!

  • @learncomputerlanguage1726
    @learncomputerlanguage1726 2 месяца назад

    Thank you so much Sir 😊

  • @ericabrandao7975
    @ericabrandao7975 Год назад +3

    Maravilhosos seus vídeos para quem esta começando, sua didática é excelente, procurei vários vídeos e o seu foi o melhor dos melhores, parabéns por compartilhar seu conhecimento conosco.👏👏🙂

    • @ostara5481
      @ostara5481 Год назад +1

      Eu tbm procurei vídeos de clone da Netflix no Brasil e todos geralmente abordam só metade ou até mesmo nada da página de login, só o dele que achei mais completo!

  • @harshalnath4853
    @harshalnath4853 8 месяцев назад

    can you mention the tools has been used in the video like you can know the width of particular element

  • @diegocueva4141
    @diegocueva4141 Год назад

    Thx for the video. Have one question , first question. IN HEADER. Why use text-align: right, and display:inline block for align items and move to Rigth. Is not better 2022-2023, flex box ? Example : display:flex; justify-content: space-between; and align-items: center? THX!

    • @mrperfect6700
      @mrperfect6700 Год назад +1

      Right... I but I use Display- Inline-flex many times in the header and it works👍.. But I don't know😅 about only flex... Try it and tell me if it works...

  • @ostara5481
    @ostara5481 Год назад +1

    Hello Dawid!
    How can i put the video behind the png tv? cause i see the halfed control behind of the video

    • @CodingWithDawid
      @CodingWithDawid  Год назад

      Just use a higher z-index on the image and a lower z-index on the video

  • @maheshkumbhare8879
    @maheshkumbhare8879 Год назад

    Awsome explaination of netflix clone, can you please attached the links if you have create playlists for html, css, bootstrap for beginers it helps a lot.

    • @WebTutorialGuru
      @WebTutorialGuru Год назад

      ruclips.net/p/PLqn5EGK9emRqH7NInYAuZsz210gShEiqI

  • @kobbyisreal9073
    @kobbyisreal9073 Год назад +1

    what is your git repo?

  • @mmy7989
    @mmy7989 11 месяцев назад +1

    Nice video
    But sir what software are you using to measure the size or distance of an object 42:04

    • @syedmateenraza4232
      @syedmateenraza4232 7 месяцев назад

      Its the inspect which is available on for every website/webpage

  • @ashutoshmeelu7017
    @ashutoshmeelu7017 Год назад

    Hi I am having a problem aligning Netflix logo and the Log in buttons, I already tried padding, height margin commands nothing seems to be working. Can you give a suggestion?

    • @CodingWithDawid
      @CodingWithDawid  Год назад +2

      Vertically or horizontally?

    • @ashutoshmeelu7017
      @ashutoshmeelu7017 Год назад

      @@CodingWithDawid Hey, that was solved I missed a “;” 😅
      But is it possible to give a github link for this project.
      I am trying to solve a problem with my code. For some reason the sections are not defined for me.
      The first section where there is an image and video saying “enjoy on your tv” that is showing where the email tab is. And its not going down. Where it should be
      If you can share the source code it would help a lot
      Thanks!

    • @CodingWithDawid
      @CodingWithDawid  Год назад +1

      Here is the code: github.com/dejwid/netflix-clone

    • @ashutoshmeelu7017
      @ashutoshmeelu7017 Год назад

      Thanks a lot.

  • @mrperfect6700
    @mrperfect6700 Год назад

    Bro I'm facing problem when I am trying to😕 make it responsive for mobile can you help me??

    • @CodingWithDawid
      @CodingWithDawid  Год назад

      You need to be more precise with describing your problem. Share your code on github or sth

  • @aishamirzeyeva3053
    @aishamirzeyeva3053 4 месяца назад

    hi please image and vide source share

  • @onojasalem9756
    @onojasalem9756 Год назад

    source code pls

  • @nevin.s.eluvathingal7151
    @nevin.s.eluvathingal7151 Год назад

    you are doing great but poor explanation bruh especially @25:34