tyrrellv / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Concise CSS #4

Open aubreywullschleger opened 7 years ago

aubreywullschleger commented 7 years ago

Great! Great work with your CSS! It's concise and easy to read. I like your use of single selectors that are styling multiple elements. However make sure to delete any selectors that don't have any styles. https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/resources/css/style.css#L15-L17

tyrrellv commented 7 years ago

Thanks, that empty selector is part of my end tag I created to bold the end of the sentence. It was something I found on the internet that I found interesting that I wanted to try. I used the empty style to NOT have any styling applied until the end of the paragraph. I was trying something I found interesting that allows the creation of your own html/CSS tag.