Creating a Sushi-Themed Website: HTML & CSS Guide for Beginners

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

КОМЕНТАРІ • 553

  • @christianwhite1.0
    @christianwhite1.0 Рік тому +41

    I would honestly appreciate more videos where you just use html, CSS and JavaScript, you explain everything really well.

  • @JohnSV24
    @JohnSV24 Рік тому +95

    Hello guys, first of all, it's an amazing project and thank you for teach us a lot of stuff.
    I'm here for the issue with the responsive part of the trending section at 2:15:17 . This issue is in the style CSS file, line 293 (or the beginning of the media queries for the trending section ) the problem is the misspelled of the class ".trending-drinks", he wrote "drink" instead of "drinks" :) and that's it. I hope it helps you with the issue.

  • @developpement8000
    @developpement8000 Рік тому +23

    missing code at 22:41 and also the z-index in ".header__logo-overlay" should be -1
    .header__logo h4 {
    padding-left: 30px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--playfair-display);
    color: #fff;
    opacity: 0.8;
    }
    .header__menu, .header__menu-mobile {
    padding: 20px;
    flex: 1.236;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 64px;
    list-style: none;
    }
    .header__menu li {
    font-weight: 500;
    font-family: var(--plus-jakarta-sans);
    color: var(--secondary-color);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    cursor: pointer;
    }
    .header__menu li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    }
    .header__menu-mobile {
    display: none;
    gap: 20px;
    position: relative;
    }

  • @geev1044
    @geev1044 Рік тому +24

    There is a missing part at the end of header css section. @22:39 to 22:40

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

      yes this got me confused l just copied it from his GH repo, i hope theres nothing else mussing as im yet to finish

  • @noeliaarriola1229
    @noeliaarriola1229 11 місяців тому +8

    I´ve just finished this project today 🥳 It´s the best feeling ever.
    This is the second one that I´m finishing (the first was the Modern Bank App w React). Thank you so much, your videos are so helpful!!
    I hope to be a dev one day 🙏

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

      How did you get the hero section to work? Because it's broken.

  • @divyanshacharya3796
    @divyanshacharya3796 Рік тому +33

    By chance if anyone is wondering why there Sushiman logo is not visible even after completing navbar-header section, change the z-index to -1 from 1 in header__logo-overlay

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

      There is problem with video editing. Suddenly jumps into another section of code. Pause the video there and read the code and you will understand

  • @SteveHutchinson-e9w
    @SteveHutchinson-e9w Рік тому +18

    anyone having the problem of your header logo disappearing once you style the header__logo-overlay?

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

    12:37 : Got Bio Tomorrow
    22:42 - Determined to Push for the next Day 🥲
    1:04:27 - Making Headway. Gonna design a site for a friend and finish this up 🥳

  • @SH-zf7in
    @SH-zf7in Рік тому +23

    it's great to see a video where you go deep into css, i love it.
    keep them videos coming JSM, if you can do the next one with tailwind it would be great

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

      Amazing!

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

      Can i know how to resolve this error
      I am getting this error after the npm run dev
      [plugin:vite:css] [postcss] Cannot read properties of undefined (reading 'config')

  • @aaravtomar786
    @aaravtomar786 Рік тому +26

    love it . Please make more videos of this kind covering the basics so that beginners actually have a strong base and understand complex stuff clearly .

  • @kwakutakyi5032
    @kwakutakyi5032 Рік тому +81

    JS Mastery..A big blessing to tech community .

  • @jdotgururaj
    @jdotgururaj Рік тому +7

    Idk man, I wouldnt have been a developer without ur channel, big salute

  • @LuigiCatania-x4g
    @LuigiCatania-x4g Рік тому +4

    Hi! I rarely comment on a video, but I have been watching your videos in the channel for a few days now and I must say that you are really good at explaining and organising the work to be as clear as possible.
    Keep up the good work.

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

    There is a missing part in at the end of header css section. @22:39 to 22:40 there should be at least 4 min missing part.

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

    Looks like the header & nav sections was cut short. All of a sudden the navbar appears finished at "22:35" without any explanation .

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

    Phenomenal! Switching from a Non-tech background into Web development I was tremendously worried. Tutorial hell can be crazy but after finding this channel and this video in particular, i've become extremely confident to understand how things work between HTML and CSS. Crazy good tutor as well! Can't wait to learn more!!

  • @rain-2263
    @rain-2263 Рік тому +2

    The best html css tutorial on UA-cam

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

    Hii All, There is error in editting in Header and Nav Bar Part at 22:39 we suddenly jump to hero section and our header part is left out please stop at 22:39 and read code properly I waste one hour to figure this

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

      Yeah, that part has messed a lot of people up. He should have pinned the solution in the comments. I had to read through so many comments to find out it's in the details of the video...but I have no idea what I'm supposed to do with it...I mean, it's a freakin' beginner course, no? So I stuck it to the bottom of the header.css file and it still doesn't work for me. Can you tell me what you did to get it to work?

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

    It has been a phenomenal build Adrian , thanks really needed this.Keep growing.

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

    I have no complain about your content. I just want to say thanku teacher for teaching us that know one ever teaches ❤️❤️

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

    Thanks Adrian, you have made my web development career more easier...

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

    Bruh, I can not wait to do this tutorial. I've paid $200 to Udemy for a year subscription, but that was before I found this channel. This is what I've been missing.

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

      I didn't know I'd have to purchase a hosting site though. I'm still learning HTML and CSS. Is it necessary for me to get a paid hosting site right now? I mean, with the discounted price, 48 months definitely would be the plan I'd go for, but I done already spent $200 on Udemy and their trash ass courses.... I paid $100 to GitHub for their Copilot, which I've yet to use, and now I've come across this page where after visiting his site, I need to have been spending money with him! His knowledge and team's knowledge, and preparation is paramount in my learning journey. I haven't seen that at all on Udemy, or on UA-cam, other than Coder Coder with great preparation, and Kevin Powell with his extensive knowledge in CSS.

  • @nestor-martinez
    @nestor-martinez Рік тому

    I can't stress enough how much I love this channel. We don't deserve Adrian, but we need him.

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

    Thank you for your contribution to the coding community. You are good at explaining and organizing your codes. ❤❤

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

    I think that is an error in header & navbar record,at the end of the header & navbar record (22.35), adrian is writing the h4 layout and than the video is directly skeeped to the hero section and we can see the header finished. there is no record for the ul display ecetera.

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

    Just when I’m busy with HTML and CSS then you drop this ❤thanks let me do this tutorial

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

    22:39 video jumped directly to the completed header without explanation, this might be a editing mistake but it confused me a lot as a first time lerner, please take care of it and i love your content 🙌🏻

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

    22:58 bro you did skip the header section this is totally unfair.

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

    Thank you Young Man !!! you are the best in UA-cam !! Blessings !!

  • @shreekrishnags21
    @shreekrishnags21 Рік тому +17

    Seriously 😳....great sir, you are showing a great consistency in making up projects and uploading videos time to time.
    Thankyou 😊

  • @pandias_coding
    @pandias_coding 11 місяців тому +3

    Give this guy an Award, someone pleaseeeeee!!!!

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

    Everything tutorial you put out makes sense! Yes! They make sense! Thank you.

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

    I have problem with aos. animation isn't occuring

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

    what happened at 22:40? seems like part of video was just cut😮

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

    Why did you use overflow:hidden in .header__nav 19:36

  • @saqlain0902
    @saqlain0902 4 місяці тому +1

    loved it, thank you sooo much

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

    When i use npm run dev, it shows pre transform error /main.js not found

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

    This is the best channel on UA-cam 💕

  • @harry4088
    @harry4088 Рік тому +15

    Didn't Expect Html/Css Tutorial !!! Nice Job Anyways
    Can bring some tutorials on MERN stack react native app please and yes on nextjs 13.4 also

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

    BRO. I can not believe this. I started designing my own SUSHI website just a few days ago, for my portfolio, and I was trying to figure out how to implement the design, responsivenes and all the good stuff, and now you release this tutorial 😂 must be some kind of message from universe lmao

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

    Love to see such pure and amazing content more!
    Thank you Sir❤

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

    hello, great video but im encountering issue here when i run the npm first time. At 13:31 the header issue in the css file is resolved but new issue occurred from the js file.: [plugin:vite:import-analysis] Failed to resolve import "../assets/check.svg" from "JS\script.js". Does the file exist? Can u please guide how to remove this error so i could proceed thanks.

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

      I'm having the same problem, did you figure out how to remove the error?

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

      @@zeropixelsfilm nope dude. thats why I have commented here.

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

      but If I m able to remove it I ll let you know.

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

      @@ujwl6316 still no solution?

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

    Thank you sir for bringing these type of *QUALITY* content for free❤❤❤❤❤

  • @richardmasters2045
    @richardmasters2045 Рік тому +17

    Thank you for another Amazing tutorial Adrian, You're an awesome teacher.

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

    Thank you sir sir for this amazing project for beginners, some parts of code was not explained like the header__nav for overflow: hidden and the code for links in the header__menu was add just as a text at time: 22:39 --> 22:40.
    I hope there will be a new pfojects for beginners html css with good explanation for properties (why we do what we do) , it could be free or paid no problems but i hope to be shared here on UA-cam.
    Thank you so much a again.

    • @AlexS-e8q
      @AlexS-e8q Рік тому

      Noticed it too got stuck there for an hour trying to figure out what was wrong with my code. xD

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

    The best Javascript explanation ever, Thank you.

  • @リュウタ5353
    @リュウタ5353 8 місяців тому +1

    When I put npm create vite@latest it says
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49 {
    code: 'MODULE_NOT_FOUND',
    requireStack: []
    }
    Node.js v20.13.0
    how can I fix this

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

    i have no idea what i am doing wrong but nothing is displaying when i run vite

  • @romnegrillo
    @romnegrillo Рік тому +12

    Good content, thanks! I came from a Python background and now learning JavaScript. It's really helpful when you start with the fundamentals. Maybe a design course or Figma will be a good topic too for your next content.

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

      same here :) i know Django framework as i used it to dévelop an automated task at work, im in logistics but learning to switch to Web dev

  • @ventus.pd89
    @ventus.pd89 8 місяців тому

    Volim te! Imam 35 godina i poceo sam uciti web development iako mi je i Engleski onako B2 level. Radim u lageru i nije mi cilj ni neke lude pare koliko promjena da mogu raditi od doma. Hvala ti za svaki tvoj video.

  • @Tapadar.Monsur
    @Tapadar.Monsur Рік тому +1

    Thank you Adrian. Another great video!

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

    I absolutely loved this tutorial and learned quite a bit. Thank you so much! ✨✨

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

    This video is incredibly helpful! The step-by-step guide and clear explanations made it so much easier for me to understand the process of building and deploying a CSS/HTML project. Could you make a video on building and deploying a JavaScript project as well in order to share how to manipulate DOM through JS? Thank you!

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

    Im halfway into react. Even im excited for this kind of tutorial.amazing man!

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

    Thank you so much JSM Pro for this video.Your tutorials are really helping me a lot!
    Thinking of you being my mentor some days.

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

    I have double checked the notification! It's a nice thing for freshers to get addicted to your Teaching ❤❤❤

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

    Why do i get a "dependencies are imported but could not be resolved" error on the script.js file?

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

    You are an amazing teacher. The concepts are well explained thumbs up sir

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

    hey Adrian, I think the header and nav section is not the complete video! It seems you have that part of the video cut it and jumped to the next section. now my header and nav looks incomplete! guys have you also noticed it?

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

    I'm having some trouble with the header section. When I add the css styles for .header__logo it doesn't separate the h4 from the ul. I've been trying to figure out what I've done wrong but can't. Any suggestions? Also, when I add the overlay styles it sits on top of everything. What am I missing?

  • @rynndoza
    @rynndoza 7 місяців тому

    missing code section for timestamp 22:39 is below
    .header__menu li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    }
    .header__menu-mobile {
    display: none;
    gap: 20px;
    position: relative;
    }

  • @6.squash.936
    @6.squash.936 Рік тому

    Finally something for beginners ❤
    Love you Adrian

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

    There is problem in video editing 22:37 and it suddenly jumps to another section and the header section remains unfinished

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

    Anyone have the issue of animations not working at 1:30:49? Can't seem to figure out what the AOS isn't working. Thanks in advance!

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

    Hvala Adrian, sjajno kao i uvek !

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

    what happened after 22:39 it suddenly skipped and navbar was complete magically?

  • @edsHTML
    @edsHTML 4 місяці тому +1

    this project looks very clean 😀😀

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

    Hi fam , i just have a small doubt in the beginning of the video itself .. the thing is .. import AOS from "aos" is showing error in my web .. what should i do? .. hel p me pls

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

    Is it something wrong with my player or did the video skip a part about the header/nav section? at one point it was just the header overlay background color then everything in the nav bar was fixed. Can someone explain what happened to the rest of the video?

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

    Thank you for the course but more so, Thank you for the VSC Extensions list. Its amazing.

  • @lukas.webdev
    @lukas.webdev Рік тому +1

    Great Stuff! Keep it up 😉🔥

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

    Great Project, I just Loved it!

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

    Wow Beautiful tutorial Adrian! TY❤🙏🏼

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

    Sir.....The deployed site is not working...please check it....

  • @who_is_kaijuu
    @who_is_kaijuu Рік тому +48

    Do more of this pure HTML CSS and JavaScript tutorials with modern designs and cool animations ❤

    • @javascriptmastery
      @javascriptmastery  Рік тому +9

      Will do! :)

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

      A quick tip, I think you should make more use of relative units for font sizes and width eg rems, ems, percentages etc. as opposed to fixed units like pixels. As the former helps more when it comes to responsive design.

    • @maksklinec
      @maksklinec 7 місяців тому +1

      @@who_is_kaijuu lol not for font sizes

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

    Just what i needed, its like you read my mind, love from india ❤

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

    can someone please send me the starter CSS code, I checked github but I can't find it.

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

    Th It we'll be cool for the next project to focus more on the responsive (media queries) aspects of the website. Thanks again !

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

    Thanks for this tutorial 😢, but im having problems, my animations aren't loading, even after following all the steps.
    1:29:36

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

      did u find a solution
      ?

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

      @@smithchauhan7169 either of you figure this out?

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

      @@smithchauhan7169 either of you guys ever figure this out?

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

    I Love Your Content brother. You deserve 10 million subscribers.

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

    Appreciate your efforts 😊❤

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

    thanks for the tutorial, but I noticed a cut in the header and navbar section. Is it a glitch or do you do it on intention?

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

      I have also been stuck on that portion!

    • @yoshiro9633
      @yoshiro9633 10 місяців тому

      lmao me too @@lollypuddn

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

    need more videos like this, where you teach advanced css and js animations

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

    The Japanese characters that we are providing:
    日 (pronounced "ni" or "nichi") - This character means "sun" or "day."
    本 (pronounced "hon") - This character means "origin" or "book" and is often used to refer to Japan, as in Nihon (日本), which means Japan.
    食 (pronounced "shoku" or "taberu") - This character means "food" or "to eat."
    So, if you put them together, you might interpret it as "日本食" (pronounced "Nihonshoku"), which means "Japanese food" or "cuisine."
    We should always know whats in our website

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

    The sushi images in the assets folder are not loading up on my end. says... Error loading web view: Error: Could not register service worker

  • @辛振耀
    @辛振耀 Рік тому +2

    Hi Adrian, may i know what kind of app are you using at video 0:46?

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

    I’m learning more from this channel more than I do in school and it’s free. But if if I have to request something could u use typescripts in those juicy react courses

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

    It was really great tutorial. I learned a lot of things, thank you Adrian

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

    Your teaching style is fabulous... thanks for making videos for the world... Thank you very much

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

    Awesome work man...Thanks

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

    why did you specify width 100% at 22:21 in header__logo-overlay

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

    C'mon, guys! Give it a like, we need more projects like this for a better understanding to React! #HTML #CSS #JS are the foundations of web development. A Figma course would be great as well!

  • @jordyjavier8881
    @jordyjavier8881 9 місяців тому +1

    Excelente tutorial, ojala algun dia gane lo suficiente para comprar tu curso, se ve por los videos en youtube que debe ser el mejor de todos.
    Saludos! y gracias por los tutoriales que das!

  • @4deepdomain
    @4deepdomain Рік тому +1

    I was expecting JS Awards video because you told that it was the 100th video.
    But OK Loved it too.

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

    U r always best teacher for me ❤

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

    AOS not working even imported properly

  • @dimasalanta
    @dimasalanta 6 місяців тому

    this was fun! i wish you had more videos that used native js 😭

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

    Another banger💥
    By the way Adrian, i got some resquest to you. Could you make on the next video beginer full stack delivery app?

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

    Again you came with a super duper tutorial

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

    Thank you sir, for this tutorial🙏