Responsive Pizza Website Design Using HTML CSS And JavaScript

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 47

  • @TheChokolatemilk
    @TheChokolatemilk 2 місяці тому +3

    Thank you very much, I learned alot!

  • @brutal4815
    @brutal4815 3 місяці тому +5

    This is what Coding is ! Not bull shit only Programming straight

  • @niloquisp7428
    @niloquisp7428 Місяць тому +2

    I managed to finish it, thank you very much, it helped me refresh concepts.

  • @laviniacristina1992
    @laviniacristina1992 6 днів тому

    This looks soooo good. I ll definetely give a try to this project these days 😅 and then I ll have a large pizza 😂

  • @WayOfTruth14
    @WayOfTruth14 2 місяці тому +2

    clean code seriously hard word love this

  • @RupalyMarjahan
    @RupalyMarjahan Місяць тому +1

    I always like your code .Thank you .Need More Videos

  • @bhushankulkarni6358
    @bhushankulkarni6358 2 місяці тому +2

    Elegant ❤❤

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

    Great! love your videos as always Evergreen

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

      Thank you, greetings.

  • @Brutos212
    @Brutos212 3 місяці тому

    What a Show Man, let's practice, congratulations!!

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

      Thank you, greetings.

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

    great work bro appreciate

  • @theblackghost1267
    @theblackghost1267 3 місяці тому

    Thank you good idea I will take this idea pro

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

    This is great, please continue sharing knowledge. May I please redo this using angular and enhance it?

  • @SujoyRoy-g4o
    @SujoyRoy-g4o 16 днів тому

    thanks sir

  • @whynuman
    @whynuman 2 місяці тому +3

    Can you please guide me on where you get all assets like colors and fonts, and how you choose them? I am new to web development. Love from Pakistan.🙌❤

    • @pakistanmastermapping
      @pakistanmastermapping Місяць тому

      Assalaam oa likum mai bhi pakiatabn agar linked in ha to connect hojain mai bhi web dev seekh rah hu

  • @dinova-gaming
    @dinova-gaming Місяць тому

    thank you so much

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

    Site is very pretty...

  • @ibrahimnajjar7562
    @ibrahimnajjar7562 Місяць тому +1

    good man man can you help me the swiper of javascript is not working why ? can you help me

  • @tavara7279
    @tavara7279 19 годин тому

    i trying to run it, but only show blank page

  • @DanishSaeed-m4z
    @DanishSaeed-m4z 2 місяці тому +1

    what you use for responsive for all devices

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

    What is the name of your VS Code theme? And how do you change the icons in the Activity Bar?

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

    🍰 🧁 *_good coding style ..._* 🥧 🍮

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

    Would you please guide for the images from where yoh got all these

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

      In the comments there is a link to GitHub where there is a folder with the images, greetings.

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

    Which video recoder software use make this video?

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

    In Popular section for popular-dish in css you used inset: 0;
    It's means :
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    Am i right ?
    after that you wrote the css code:
    top: -.85rem;
    in this case the top: -.85rem; in not working.

    • @Bedimcode
      @Bedimcode  2 місяці тому +1

      The top: -.85rem should go after the inset
      inset: 0;
      top: -.85rem;

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

    Can you make working appointment booking website for doctors and saloon

  • @Kashyapvasu-q6r
    @Kashyapvasu-q6r Місяць тому

    Sir how to resize images

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

    Can u share all the code of these project

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

    also erro in js file

  • @sayff5671
    @sayff5671 3 місяці тому

    Thank you for your work and the figma file! very professional 💪. viki

    • @GWBDN
      @GWBDN 18 днів тому

      where is figma file?

  • @baxti7
    @baxti7 3 місяці тому

    Classs

  • @YousufRaza-b2i
    @YousufRaza-b2i 2 місяці тому

    I need images of website

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

      In the comments there is a link to GitHub where there is a folder with the images, greetings.

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

    their is alot of erros brother toggle icon not showing

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

      The website requires patience and calm, you must have missed something and that's why it shows an error.
      Now, part of the site has errors.

  • @devindadilshan7267
    @devindadilshan7267 2 місяці тому +1

    can you help me sir
    i write as height: calc(var(--header-height)+3rem);
    but this not working
    ---------------------------------------------------------------------------
    whole code



    Responsive Navbar

    :root {
    --header-height: 4rem;
    }
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    .navbar {
    display: flex;
    align-items: center;
    background-color: red;
    height: var(--header-height);
    }
    @media screen and (min-width: 576px) {
    .navbar {
    height: calc(var(--header-height)+3rem);
    }
    }




    Logo


    help me sir , if you can 😐

    • @Bedimcode
      @Bedimcode  2 місяці тому +1

      It is written with spaces
      height: calc(var(--header-height) + 2rem);