bagolytom / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Class selectors and concise CSS #3

Open aubreywullschleger opened 6 years ago

aubreywullschleger commented 6 years ago

Great! Nice job using class selectors in your CSS as this helps keep your CSS concise by styling multiple elements at the same time.

Example: https://github.com/bagolytom/prj-rev-bwfs-dasmoto/blob/master/desmoto_arts/resources/style.css#L29-L33

Here I would consider using group selectors for any repeated styles like font-weight: bold;.

bagolytom commented 6 years ago

Do you mean like picking font-weight: bold separately and defining it as a class on it's own? (apart from the specialones i used them in ?)