Build a school/education landing page with HTML & CSS

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

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

  • @codercoderbuilds
    @codercoderbuilds  22 часа назад +2

    🚨 PSA! I did something that's not best practice in this video. Using @import to load multiple separate CSS files will increase the load on the website due to loading each individual CSS file.
    This may not have a noticeable effect in load time on small websites like I made here, but will have a bigger effect on websites that are very CSS heavy.
    The better thing would be to have 1 very long CSS file, or using Sass to separate out your styles.

  • @harshavardhan.m1
    @harshavardhan.m1 2 дня назад +2

    Love your content
    Keep making these learning type videos
    Love from India ✌🏻

  • @viniciusm.m.7822
    @viniciusm.m.7822 2 дня назад

    Thanks!
    Abraço do Brasil!

  • @jeanssmith5864
    @jeanssmith5864 2 дня назад

    ❤❤❤

  • @MohamedArafathCanada
    @MohamedArafathCanada День назад +2

    You are the awesome mentor for web development. Keep updating new videos always. We will support u always

  • @samialvi4226
    @samialvi4226 День назад +2

    Thank you so much! Pls never stop creating these kind of tuts💞

  • @m4h4di404
    @m4h4di404 День назад +1

    love from Bangladesh ❤

  • @rajausamah7569
    @rajausamah7569 День назад +1

    you make great content more videos like from figma to code👍

  • @shashankhl2811
    @shashankhl2811 8 часов назад

    Hi ma'am, I have a doubt, in my laptop showing 2 ip address like ip6 and ip4 what will I choose ma'am

  • @shubhamrathod5933
    @shubhamrathod5933 9 часов назад

    Keep Posting make more complex website's layouts videos

  • @Devanshugoel
    @Devanshugoel 8 часов назад

    why don't you teach DSA in javascript .there is no one teaching in javascript

  • @nobinalhussain
    @nobinalhussain 10 часов назад

    We want more videos like this, love from Bangladesh 🇧🇩

  • @dhruvaa9062
    @dhruvaa9062 День назад +1

    Only 4.6k subs? How?

    • @codercoderbuilds
      @codercoderbuilds  День назад

      haha thanks, just started this channel, but hopefully will grow soon!

  • @livelife56664
    @livelife56664 Час назад

    What i needed to refresh my css skills!

  • @vinay_dias
    @vinay_dias 2 дня назад

    Babe wake up Coder Coder dropped again

  • @ameygaikar8689
    @ameygaikar8689 День назад +1

    Upload more videos please 🥲🥲

  • @ritikroshan4891
    @ritikroshan4891 День назад

    I don't know why I haven't subscribed to your channel yet.
    Now subscribed 😅

  • @OfojebeEinsteinTochukwu
    @OfojebeEinsteinTochukwu 21 час назад

    Hi where will we be downloading all these images and I don't understand what's on your assets folder where will we get all these things in other to follow up

    • @codercoderbuilds
      @codercoderbuilds  8 часов назад

      Sorry for not explaining this part-- the assets and Figma design are from Frontend Mentor which I linked in the description

  • @shubhamrathod5933
    @shubhamrathod5933 9 часов назад

    make video series of convert Figma/Xd to html and CSS

    • @codercoderbuilds
      @codercoderbuilds  8 часов назад

      This whole channel is going to be building websites from Figma designs 😊

  • @fullpreteristnow
    @fullpreteristnow 2 дня назад

    That was fun. Use named grid lines and you could make the image go fullwidth easily. That would also come in handy for some other images.

    • @codercoderbuilds
      @codercoderbuilds  2 дня назад

      Definitely! I made a video on my main channel about how to do full bleed wrappers, but wanted to do something a little more beginner friendly for this one. Named grid lines are great 🔥 Thanks for watching!

  • @najmaldinosman4007
    @najmaldinosman4007 8 часов назад

    Can I put the final code on my github profile?

    • @codercoderbuilds
      @codercoderbuilds  4 часа назад

      No one is stopping you, but please don't make it seem like you wrote the code yourself

  • @CodeZakk
    @CodeZakk День назад

    Thank you. So helpful!!🎉🎉

  • @wisdomchisom248
    @wisdomchisom248 День назад

    Thank you so much ma..
    But ma i have a question: what app did you use to design the landing page before creating it ( before using css, html)
    I mean the app gave you the details of the colours, the size of the buttons etc, please ma what's the name of the app...

    • @codercoderbuilds
      @codercoderbuilds  День назад

      It's a Figma design-- the design was created by Frontend Mentor

    • @wisdomchisom248
      @wisdomchisom248 День назад

      Thank you so much ma for your reply...
      But ma how can i create mine?

    • @Fad-kun
      @Fad-kun День назад +1

      @@wisdomchisom248 Chisom, you'll have to learn Figma. There are a lot of tutorials on that.

  • @alinajacksonbrw
    @alinajacksonbrw 2 дня назад

    Love and respect from Pakistan. Stay blessed

  • @seanwang571
    @seanwang571 День назад

    good, I want to ask Jess , will u add some JS course?

    • @codercoderbuilds
      @codercoderbuilds  День назад +1

      I'm not a JS expert, so no plans to do so right now. But perhaps in the future!

    • @samsiddique4751
      @samsiddique4751 День назад +1

      @@codercoderbuilds is it possible to get a job without " js" in todays market.

  • @Fad-kun
    @Fad-kun День назад

    Thank you so much!

  • @CodeWithOgochukwu
    @CodeWithOgochukwu День назад

    Nice one

  • @kevinpie
    @kevinpie 2 дня назад

    Thank you so much.
    Looking forward to more projects

  • @kamilp3992
    @kamilp3992 2 дня назад +3

    Hi, why didn't you wrap the entire website in a container, for example, 1440px wide? What is the reason behind your approach?

    • @codercoderbuilds
      @codercoderbuilds  2 дня назад +4

      You can do that, but depending on how you style the wrapper, it could cause issues if you have a section that has a background color or image that goes full-bleed. I've found it works better to have a wrapper for each section.

    • @kamilp3992
      @kamilp3992 2 дня назад

      @@codercoderbuilds Thanks

  • @RufustheDoofus-ex7cc
    @RufustheDoofus-ex7cc 2 дня назад

    What's up bruh

  • @dereksylar1416
    @dereksylar1416 2 дня назад +1

    Much appreciation 🙏🙏

    • @codercoderbuilds
      @codercoderbuilds  2 дня назад

      thank you for watching!

    • @dereksylar1416
      @dereksylar1416 2 дня назад

      @@codercoderbuilds Qtn html coding and building Ux wireframe then edit it in using elementor in Wordpress which is better since I know less of css n js??

    • @codercoderbuilds
      @codercoderbuilds  2 дня назад

      ​@@dereksylar1416 I don't really have experience with Elementor, but it could make sense if your client needs WordPress! You could also try other page builders like Framer or Webflow, but you'll still need to learn CSS in order to understand how they work better