1
Banele
4y

Honestly bad at this front-end thing. CSS you fix one thing and it affects something else, at least that's what I've been experiencing.

Comments
  • 1
    Even I don't like css. All my interest goes off when I have to do css.
  • 2
    if your css rule is * { background: pink; } then yeah, it will have a lot of impact 🙂
  • 1
    Try learning a css pre-processor if you haven't yet. Like sass or scss. Helps with that sort of thing. It allows you to nest css so your not stepping all over your own dick. And be aware of DRY css!
  • 1
    Thanks @BreakfastFood I will try that approach.
Add Comment