Beginner’s guide to styling text with CSS

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 70

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

    You can get the cheat sheet with all of these properties, including some of the values and units you can use for them here: kevin-powell.ck.page/d3dcf0ac84

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

    Even if you have been coding for a while, it is always good to brush up on the basics. Think of it like, putting oil in a car. Well done.

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

    Although i have experience with CSS for 3 years now, always refreshing to see this again, thnx for the video.

  • @andrewrea2799
    @andrewrea2799 10 місяців тому +1

    I dont know how I missed this video. Even though I knew 99% of these concepts your explanation of them was brilliant. You made it really easy to understand. 🎉

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

    Thanks to your help I finally finished the two websites I'd been working on forever.

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

    wow. it was like yesterday. I've been huge fan of your contents for 3 years. great as always. you helped me a lot, thanks ❤

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

    Very clear; I'm going to recommend it to my students. I'd add that property names that start with "text" do not change the arrangement of pixels that represent a character, but augment them in some other way like moving them to the right margin or giving them an underline, while those that start with "font" all do. I find that to be helpful in organizing one's thoughts about all of these. (It doesn't help with properties that don't start with either of these, like "color," but there aren't a whole lot of those.)

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

      Yeah, color would have been nice if it was font-color, just for clarity and avoiding when I use it instead of background-color in quick demos and wondering why its not working 😆. Like you said though, luckily it's not a range of different ones

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

    I’m so glad I stumbled upon your videos! They are making my journey so much easier.

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

    Why couldn't I found this channel more earlier... thanks for all the advices and insights.

  • @miguelbezerra5848
    @miguelbezerra5848 8 місяців тому

    Thank you for the video! I have been writing CSS for over 2 years and you were the one that finally explained why rem should be used for font-size! It's true I'll have to break the habit of writing it with px, but it makes so much sense that rem should be used instead and why! Great content and it does not matter how experienced you are because you can always learn something from a video that could be for a complete beginner

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

    CONGRATS on the 800K subscribers. WELL DONE and WELL DESERVED!

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

    Thanks a million sir for your help and value adding contents and tutorials,
    God bless you...

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

    Another excellent video! Thanks Kevin.

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

    Great video!
    If only I could have learned that easily over 25 years ago...

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

    Thank you for this enjoyable 25 part series Kevin! Very easy to follow. Topics clearly identified and easy to understand. Clean presentations. Not overly crowded workspaces. Will be looking towards your other video series and stand alone videos to learn and to improve my learning! -Bob...

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

    Short and informative. Thanks!

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

    I've been involved with css for 6 years now. I still feel overwhelemed tbh 🤣

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

    Great Video & congrats on 800K! 🥳

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

    Welcome advice Kevin = and many thanks for the cheat sheet

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

    Amazing videos, you are such a great creator. Very helpful to learn!

  • @tanws8
    @tanws8 Рік тому +13

    can you do a video on how to make an image responsive or how to keep the image quality the same as some pictures on a bigger screen can cause the image to be pixelated

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

      Astro has a great solution tk this which is Image component

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

      @@kizigamer6895 do you have a link to it?

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

      Thank you so much!

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

      If an image gets bigger than its actual dimensions, there is nothing much we can do to help with the quality of it. You need to start with a larger image. If you have an image and make it bigger, it has to fill in the empty parts and it gets blurry or pixelated. You can always downsize a big image, but not vice versa

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

      @@KevinPowell is it possible for you to do a video on this?

  • @re.liable
    @re.liable Рік тому +2

    Any opinions on letter spacing? Do you often use it?

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

    Great video 🙌

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

    frontend master 🙏🏼

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

    Really helpful kevin many thanks as always. What are your thoughts on changing the root font size to from 16px to 62.5% thus making 1 rem = 10 px? I find it a lot easier to calculate font sizes eg 24px = 2.4 rem etc

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

      There are a few edge cases that it can cause problems for, including some 3rd party stuff. It isn't that hard to work in base 16 once you get used to it 🤷

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

    Hey Kevin, first of all: great guideline for beginners! Which are the best fonts to use as a front end dev? Can you do a separate video for it? Thanks in advance 🙏😊

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

    So given that the designers want specific font sizes (that are documented in px and not rem), we should just calculate the rem equivalents for each desired font size and code those instead, right?

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

    After everything I've learned from him, I still do not know if he says "my friend and friends" or "my frontend friends".

  • @ediciones.tedeboldo
    @ediciones.tedeboldo 9 місяців тому

    hi kevin, love your videos. could you make a video of styling text on a web, to look just like a word document? i want to make a web were i upload only long texts....

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

    20:25 Never seen that before. The dots didn't move to the right with the text. I guess that's the list-style property but that doesn't have a right. How would to accomblish this?

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

    If you use google-fonts in europe, be sure to read up on the legal requirements set by the DSGVO to do so. Linking external resources without the users consent is legally problematic.

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

      Yeah, I have a video that looks at hosting Google fonts locally, which isn't hard, and there are options that are gdpr compliant as well

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

    @kevinPowell Have you done a video on antialiased fonts?

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

    I have come across a couple of times where something sent by a friend, copied from email and which they had copied from the web and pasted into their email, then copied by me and pasted into a word processor (NeoOffice Writer, a Mac Office suite) -- then had some odd background or page property on either a paragraph or word/char spans or maybe a div-like background, but this then was not something I could change or clear or undo from within the word processor. Not by electing the paragraphs, not by selecting words or character spans. No divs were evident. So I wonder where and how and what was set either on the HTML pasted in, or how it was transformed into the word processor's internal format, that was not getting picked up so I could then change it. Current modern word processors, including the Libre/OpenOffice and NeoOffice suites (based off of Libre or Open) and Microsoft, seem to use something similar to CSS now as a model, yet there are differences that crop up occasionally.

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

    Thanks :)

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

    I have found almost no browser supports real small caps from within a font (font-variant: small-caps; ) And if there is any way to decimal-justify text in CSS that works I haven't found that either. Decent hyphenation and justification of text just still does not happen on web pages, despite how long we've had browsers. I greatly miss several things I could do in older page layout programs but which are now hard to do in newer ones, and hard or not readily doable in web pages. And several graphics things too. I miss logarithmic gradients, for one, or the old but kludgy way Macromedia Freehand had of faking a blend or gradient of a freeform object for some very cool-looking effects.

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

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

    I don't know if it makes senses, but I love type and I hate fonts. Change one thing and suddenly everything is the wrong size.

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

    Isn't the font-weight: 400 value called 'normal' not 'regular'?

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

      Yes I think both are interchangeable

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

    I so wish they would add font-color as an alias for color

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

    Very much not a beginer but I didn't realise that em/rem would actually change, I thought it was always 16px :facepalm:

  • @DmitriiBaranov-ib3kf
    @DmitriiBaranov-ib3kf Рік тому

    I alway was curious why not specify
    html {
    font-size: 1px;
    }
    body {
    font-size: 16rem;
    }

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

      What's that accomplishing?
      The main reason we don't change the font-size of html to px is because itll override system settings. If someone wants a bigger font size, let them have it

    • @DmitriiBaranov-ib3kf
      @DmitriiBaranov-ib3kf Рік тому

      This way, we have rems bound to pixels 1:1 instead of 1:16, while respecting user preferences scaling and using rems in a simpler way.
      Thank you for your great work, I learn a ton from you!

    • @DmitriiBaranov-ib3kf
      @DmitriiBaranov-ib3kf Рік тому

      Or is there a way to change default 16px within the system? I thought default font is always 16px (coming from user agent), and then only user's in-browser scaling kicks in

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

      ​@@DmitriiBaranov-ib3kfIf you declare `:root{ font-size: 0.5rem;}`, the `1` rem value will be equal to `16px/0.5=8px` on your page. That is, if you use p {font-size: 1rem;}, it'll render as 8px. If you want to make 1rem is equal to 1px on the whole page, you can declare `:root { font-size:0.0625rem; }` (1/16), and it'll be 1rem = 1px on your whole page. However, I don't think it's necessary, you don't need to use it that way.

  • @Nala-Potter
    @Nala-Potter Рік тому

    🎉🎉🎉🎉

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

    EYYYY HELLOO

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

    CSS probably one of the most confusing thing invented in web technologies

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

    Please make a video about animation ...

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

      I have a few already. Some are on the more basic things, but if you look for videos where I had Amit Sheen join me, we go into pretty advanced stuff :)

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

      ​@@KevinPowell❤❤❤

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

    FIRST

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

    With respect, Kevin, but this presentation is beyond verbose, it is extremely long-winded. You hardly took a ‘breath’. I waited and waited for you to bring the ‘font’ conditions to an end and move on, but you just continued interminably, certainly beyond my patience level.
    What is the point of telling viewers; “You don’t have to memorised everything, you can Google it!” Then you proceed to options after option with Font attributes with multiple instances of variations!? And you labelled this for 'beginner'!???
    On a positive note, I did enjoyed your HTML lessons a lot and subscribed, but with this CSS presentation I had to quit and unsubscribe at the 26 minute mark.
    Have you hear of K.I.S.S? Research it if ‘no’. It’s great advice for all instructor and teachers.