Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. body {
  2. width: 75%;
  3. margin: auto;
  4. }
  5.  
  6. div {
  7. border-bottom: 1px solid;
  8. margin-bottom: 2em;
  9. }
  10.  
  11. p {
  12. margin: 10px;
  13. }
  14.  
  15. .correct {
  16. color: red;
  17. font-weight: 900;
  18. text-decoration: underline;
  19. }
  20.  
  21. .tooltip {
  22. color: darkslategray;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement