Search Results for: css_before.html_GETME

CSS Before and After Content Primer Tutorial

The “#element:before { content: ‘Some starting content'; }” and “#element:after { content: ‘Some optional ending content'; }” CSS syntax (to populate the innerHTML “content” of HTML element id=’element’) is fascinating to me, because it feels like breaking the rules somehow. … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | 5 Comments