Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. hii!

hii!

Scheduled Pinned Locked Moved Uncategorized
8 Posts 6 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • rebane2001@infosec.exchangeR This user is from outside of this forum
    rebane2001@infosec.exchangeR This user is from outside of this forum
    rebane2001@infosec.exchange
    wrote last edited by
    #1

    hii! if you're someone learning webdev and specifically css, what are some difficult or hard to understand/grasp parts for you?

    i wanna make some beginner-friendly tutorial stuff and it would be good to know what i should focus on the most

    rinavolpina@rubber.socialR chaoskitsune@woem.menC tychi@merveilles.townT hacknorris@mstdn.socialH adama@mas.toA 5 Replies Last reply
    1
    0
    • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

      hii! if you're someone learning webdev and specifically css, what are some difficult or hard to understand/grasp parts for you?

      i wanna make some beginner-friendly tutorial stuff and it would be good to know what i should focus on the most

      rinavolpina@rubber.socialR This user is from outside of this forum
      rinavolpina@rubber.socialR This user is from outside of this forum
      rinavolpina@rubber.social
      wrote last edited by
      #2

      @rebane2001 I’m not really learning anymore but I sure feel like I’m a beginner when encountering certain issues… I’m getting the hang of flexbox but when it comes to more complex components like modals with scrollable content, I still get confused as to which element gets the overflow, where to set the height and which units to use (% vs dvh vs px)…

      Maybe I just need to relearn the basics?

      chaoskitsune@woem.menC 1 Reply Last reply
      0
      • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

        hii! if you're someone learning webdev and specifically css, what are some difficult or hard to understand/grasp parts for you?

        i wanna make some beginner-friendly tutorial stuff and it would be good to know what i should focus on the most

        chaoskitsune@woem.menC This user is from outside of this forum
        chaoskitsune@woem.menC This user is from outside of this forum
        chaoskitsune@woem.men
        wrote last edited by
        #3

        @rebane2001@infosec.exchange I remember it took a bit for me to understand flexbox and grid.

        Also some trip-ups like why
        height: 100% isnt doing anything

        And theres the age old question of how do you center things

        also psudo-elements took a while to learn

        chaoskitsune@woem.menC 1 Reply Last reply
        0
        • rinavolpina@rubber.socialR rinavolpina@rubber.social

          @rebane2001 I’m not really learning anymore but I sure feel like I’m a beginner when encountering certain issues… I’m getting the hang of flexbox but when it comes to more complex components like modals with scrollable content, I still get confused as to which element gets the overflow, where to set the height and which units to use (% vs dvh vs px)…

          Maybe I just need to relearn the basics?

          chaoskitsune@woem.menC This user is from outside of this forum
          chaoskitsune@woem.menC This user is from outside of this forum
          chaoskitsune@woem.men
          wrote last edited by
          #4

          @RinaVolpina@rubber.social @rebane2001@infosec.exchange ah yeah true theres so many units even still sometimes im like... which one do I pick? And im sure it trips up people starting off seeing so many

          1 Reply Last reply
          0
          • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

            hii! if you're someone learning webdev and specifically css, what are some difficult or hard to understand/grasp parts for you?

            i wanna make some beginner-friendly tutorial stuff and it would be good to know what i should focus on the most

            tychi@merveilles.townT This user is from outside of this forum
            tychi@merveilles.townT This user is from outside of this forum
            tychi@merveilles.town
            wrote last edited by
            #5

            @rebane2001 i also love css, sharing this random blog post i wrote (one of two paid blogs posts i've ever done 😅)

            Link Preview Image
            Intro to CSS: A Beginner’s Guide to Cascading Style Sheets - Shopify

            This intro to CSS will help you gain an understanding of the role CSS plays in web applications and everything you should know about this key tool.

            favicon

            Shopify (www.shopify.com)

            i was trying to organize related properties to tune them in isolation. i do wish the publishers used the full codepen view without showing the code since the code is only there to support the css tweakers.

            1 Reply Last reply
            0
            • chaoskitsune@woem.menC chaoskitsune@woem.men

              @rebane2001@infosec.exchange I remember it took a bit for me to understand flexbox and grid.

              Also some trip-ups like why
              height: 100% isnt doing anything

              And theres the age old question of how do you center things

              also psudo-elements took a while to learn

              chaoskitsune@woem.menC This user is from outside of this forum
              chaoskitsune@woem.menC This user is from outside of this forum
              chaoskitsune@woem.men
              wrote last edited by
              #6

              @rebane2001@infosec.exchange id also add that in my journey of updating my knowledge to the latest css - learning that you can nest stuff and that css isnt as much of a mess anymore had been great but its also not something that most guides will show. Often you still see it the old way all expanded. That could be good to teach too

              1 Reply Last reply
              0
              • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                hii! if you're someone learning webdev and specifically css, what are some difficult or hard to understand/grasp parts for you?

                i wanna make some beginner-friendly tutorial stuff and it would be good to know what i should focus on the most

                hacknorris@mstdn.socialH This user is from outside of this forum
                hacknorris@mstdn.socialH This user is from outside of this forum
                hacknorris@mstdn.social
                wrote last edited by
                #7

                @rebane2001 even if i know it i hate things like :has() @rules and other such functions…

                1 Reply Last reply
                0
                • rebane2001@infosec.exchangeR rebane2001@infosec.exchange

                  hii! if you're someone learning webdev and specifically css, what are some difficult or hard to understand/grasp parts for you?

                  i wanna make some beginner-friendly tutorial stuff and it would be good to know what i should focus on the most

                  adama@mas.toA This user is from outside of this forum
                  adama@mas.toA This user is from outside of this forum
                  adama@mas.to
                  wrote last edited by
                  #8

                  @rebane2001 not sure how well this fits your goal but your talk on making games with css was really inspiring to me and caused me to start digging to try to figure out how to get some of my own stuff working; i quickly realized just how beginner i am and got stuck lol. I find it amazing and hard to wrap my head around how you can manage such complexity after looking at your css clicker code 😅 i'd love any intro tutorial around css hack type stuff!

                  1 Reply Last reply
                  0
                  • R relay@relay.an.exchange shared this topic
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups