Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. html,
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. #otr {
  8. display: block;
  9. margin: auto;
  10. min-width: 100%;
  11. display: inline;
  12. }
  13.  
  14. #selfie {
  15. max-width: 150px;
  16. position: absolute margin-left: 100px;
  17. margin-top: -50px;
  18. display: inline;
  19. }
  20. h2{
  21. font-size:36px;
  22. font-family:"Copperplate";
  23. color:darkgrey;
  24. }
  25.  
  26. #right {
  27. width: 60%;
  28. display: inline-block;
  29. }
  30. #hangman{
  31. width:75%;
  32. }
  33.  
  34. #left {
  35. width: 30%;
  36. display: inline-block;
  37. vertical-align: top;
  38. text-align: center;
  39. font-family: "Copperplate";
  40. color: grey;
  41. }
  42.  
  43. #main {
  44. width: 999px;
  45. display: block;
  46. margin: 0 auto;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement