Things I hate about CSS, #1
That moment when you're working with CSS and your elements aren't working with the output because another redundant CSS script has nulled it.
>> The Hack << You Need:
Chrome > Inspect Element
What you do:
Find the actual code issue
Start selecting random lines above and below, then randomly start clicking on checkboxes to elements of interest.
If you find things like margin or padding, I suggest you start randomly working with 0 0 0 0 and fuck with each directional integer in px until you get what you want.



















