mangoyogurt
0
Q:

CSS Class Name Generator

<main class='mainly'>
  <p>Lorem ipsum</p> <!-- I'd like to style this paragraph-->
</main>
0
<div class='submit'/> <!-- Wooot ? -->
0
main.mainly p { /* DON'T DO THIS */
}

/* Instead, assign a class name to p : <p class='paragraphly' /> */
.paragraphly {
}
0

New to Communities?

Join the community