Advertisement
Connigma

main.css

Feb 26th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.78 KB | None | 0 0
  1. display: block;
  2. }
  3. body {
  4.  line-height: 1;
  5. }
  6. ol, ul {
  7.  list-style: none;
  8. }
  9. blockquote, q {
  10.  quotes: none;
  11. }
  12. blockquote:before, blockquote:after,
  13. q:before, q:after {
  14.  content: '';
  15.  content: none;
  16. }
  17. table {
  18.  border-collapse: collapse;
  19.  border-spacing: 0;
  20. }
  21.  
  22. h1 {
  23. font-family: "Courier New", Courier, monospace;
  24. font-size: 5em;
  25. text-align: center;
  26. color: white;
  27. }
  28. #video {
  29. border: 2px solid white;
  30. }
  31. html {
  32. background-image: url("https://s-media-cache-ak0.pinimg.com/originals/06/88/d7/0688d78812c91aa6cb306be99a6babdb.gif");
  33. }
  34. img {
  35. opacity: .75;
  36. }
  37. div {
  38. color: white;
  39. font-size: 1em;
  40. text-align: center;
  41. font-family: serif;
  42. font-style: italic;
  43. }
  44. div:nth-child(2) {
  45. color: white;
  46. font-size: 1em;
  47. text-align: center;
  48. font-family: serif;
  49. font-style: italic;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement