17 Matching Annotations
  1. Nov 2022
    1. class="button-3"

      you might be making it a bit harder on yourself by using a different class for each button, as every one is to look the same you can just have one selector target each button in the code

  2. Oct 2022
    1. beast

      I don't think this is wrong, as I don't have a clue lol, my only thought is if it may be more ideal to use the position or occurance of the text as the class name, rather than referencing the text itself. E.g. "middletext" or something like that.

      I just wonder about real-world scenarios as things get edited and vocab change.

      Take it with a grain of salt, cause again I really haven't a clue, just a thought I had.

    1. <p class="beast">A NEW KIND OF BEAST</p>

      If I really had to pick something to give feedback on, I would probably change this to an h2 or h3 but you made it work so good stuff

  3. Sep 2022