29.07.2016 Views

front-end-developer_1_

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Front-End-Developer - Level 1<br />

webpage-with-classes.html<br />

Important stuff should be:<br />

<br />

red,<br />

bold, and<br />

big, but only for paragraphs.<br />

<br />

Create CSS rules for that class:<br />

styles-for-classes.css<br />

.important {<br />

color: red;<br />

font-weight: bold;<br />

}<br />

Create a CSS rule for a tag with only a certain class:<br />

styles-for-classes.css<br />

p.important {<br />

}<br />

font-size: 24px;<br />

Styling with classes<br />

43

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!