abnormalize0 / DailyTeleFrog

0 stars 0 forks source link

headercomponent #135

Closed serynabatov closed 3 months ago

serynabatov commented 4 months ago

@waverew Check this CSS code I need you to criticize it as hard as you can

Plus I have decided to migrate the grid to the standard bootstrap grid (because otherwise we have a lot of problems)

waverew commented 4 months ago

@serynabatov I would say never use pixels, use rem instead. Its generally better. Unnecessary use of Important property, which can result in brain damage for those, who would work on it later. If you need something stronger then class use id, then it wont be overridden by another class, only by inline styles.

serynabatov commented 3 months ago

@waverew another one! We can have a live session considering this pull request