Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /* Elements */
  2. .contact-page__email-info, .contact-page__phone-info, .contact-page__address-info {
  3. margin: auto;
  4. }
  5.  
  6. .contact-page__email-info p, .contact-page__phone-info p, .contact-page__address-info p {
  7. width: 310px;
  8. }
  9.  
  10. /* Modifer */
  11. .contact-page__email-info--blue { /* Still uses the styling from the element above, but modifies the element to make it blue */
  12. color: blue;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement