Adding CSS File to EJS

Sdílet
Vložit
  • čas přidán 29. 11. 2022
  • 👉 NEW React & Next.js Course: bytegrad.com/courses/professi...
    Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship). I'll help you master the latest tech here:
    👉 NEW React & Next.js Course: bytegrad.com/courses/professi...
    👉 Professional JavaScript Course: bytegrad.com/courses/professi...
    👉 Professional CSS Course: bytegrad.com/courses/professi...
    👉 Discord: all my courses have a private Discord where I actively participate
    🔔 Email newsletter (BIG update soon): email.bytegrad.com
    0:00 Solution
    #CSS #webdevelopment #coding #programming
  • Věda a technologie

Komentáře • 35

  • @ByteGrad
    @ByteGrad  Před rokem +1

    Hi, mastering JavaScript is critical if you want to be a modern, professional developer: www.udemy.com/course/professional-javascript-course/?referralCode=0C1D5752923168BC87C2
    Also, if you are a front-end developer then mastering CSS (including Flexbox, CSS Grid, etc.) is equally important: www.udemy.com/course/professional-css/?referralCode=4C3C08E82629E6B15752

    • @chimadaniel2740
      @chimadaniel2740 Před rokem

      I know flexbox,, do I still really need to master css Grid

  • @yesstube624
    @yesstube624 Před rokem +9

    Thanks alot...
    You made my day

  • @gabrijel9129
    @gabrijel9129 Před rokem +1

    Thank you for helping me out, you're great!

  • @user-oi5wy9sw2n
    @user-oi5wy9sw2n Před rokem +1

    Thank you very much. Thanks to you, I solved the problem.

  • @s1rdovah400
    @s1rdovah400 Před 8 měsíci +1

    Earned another sub, was very helpful. Ty

  • @headthinker5549
    @headthinker5549 Před 9 měsíci

    THANK YOU SO MUCH, YOU LEGIT SAVED ME SO MUCH TIME!! I LOVE YOU IN A HOMIE WAY!!

  • @user-fi3vy2gp9z
    @user-fi3vy2gp9z Před měsícem +1

    thanks so much! I actually was making that same mistake and couldnt figure out why it wasnt linking!

  • @vinayjoshi607
    @vinayjoshi607 Před 23 dny +1

    Saved the day for me🎉

  • @user-wn6pc6jx9w
    @user-wn6pc6jx9w Před 10 měsíci +1

    That's pretty useful, thanks

  • @hardeeprajput7701
    @hardeeprajput7701 Před rokem +1

    Thank you for the video my issue resolved

  • @mariuszjanowski2190
    @mariuszjanowski2190 Před rokem +1

    Good precise tut thnx!

  • @godgiftafo8984
    @godgiftafo8984 Před 10 měsíci +1

    Thanks a lot man

  • @Ezep02
    @Ezep02 Před 8 měsíci +1

    thanks bro!

  • @sauravrawat3159
    @sauravrawat3159 Před rokem +1

    Thanks a bunch

  • @shubhamdas6519
    @shubhamdas6519 Před rokem +1

    thanks a lot sir....
    😍😍😍

  • @amogus7933
    @amogus7933 Před 4 měsíci

    thank you very much 🤠

  • @Itzreddy2003
    @Itzreddy2003 Před 6 měsíci +1

    Thanks bro❤

  • @noobmeister67
    @noobmeister67 Před 10 měsíci +1

    Thanks a lot.

  • @malumbosiwale3832
    @malumbosiwale3832 Před rokem +1

    Yes, this was helpful

  • @okaro.2023
    @okaro.2023 Před 9 měsíci +1

    thanks thats helpful

  • @arbash_
    @arbash_ Před rokem +1

    thankyou man

  • @whitewalker19
    @whitewalker19 Před 26 dny +1

    thanks man.

  • @fehgaming6355
    @fehgaming6355 Před rokem +1

    thanks bro

  • @tomassanimbo5255
    @tomassanimbo5255 Před 2 měsíci +1

    Ajudou muito!

  • @chimadaniel2740
    @chimadaniel2740 Před rokem

    What If I don't put the forward slash before styles.css

  • @professorclup1082
    @professorclup1082 Před rokem +1

    Thanks, it seemed like I misspelled href as hreg and it let me here.

  • @arthurlagneaux4447
    @arthurlagneaux4447 Před 4 měsíci

    /public got met in the , thank you for the help

  • @aloni23152
    @aloni23152 Před 6 měsíci

    hi , how you adding JS file to ejs ? the same ?

  • @eren3168
    @eren3168 Před rokem

    Refused to apply style from 'localhost:3000/views/partials/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

    • @ByteGrad
      @ByteGrad  Před rokem

      How are you linking to the CSS file in the EJS file?

    • @newbieww5325
      @newbieww5325 Před rokem

      @@ByteGrad same error to me,i got no error if im using , but seem it not working to the style i got in scss, so i compile sass to css and , but MIME type happen

    • @newbieww5325
      @newbieww5325 Před rokem

      if i dint compile and just change file type, same MIME error, only scss file dint got error in my case