Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. body {
  2. background-color: #010165;
  3. margin: 0px;
  4. }
  5.  
  6. .header {
  7. background-color: #00ffff;
  8. text-align: center;
  9. }
  10.  
  11. .title-row {
  12. margin-top: 42px;
  13. margin-bottom: 21px;
  14. text-align: center;
  15. }
  16.  
  17. .instructions-title {
  18. display: inline;
  19. font-size: 18px;
  20. color:#00ffff;
  21. font-family: 'Work Sans';
  22. }
  23.  
  24. .instructions-number {
  25. padding-right: 25px;
  26. font-family: 'Work Sans';
  27. font-size: 36px;
  28. color: #00ffff;
  29. }
  30.  
  31. .instructions-text {
  32. padding: 10px;
  33. font-family: 'Work Sans';
  34. font-size: 14px;
  35. color: #00ffff;
  36. }
  37.  
  38. .door-row {
  39. text-align: center;
  40. }
  41.  
  42. .instructions-row {
  43. margin: 0 auto;
  44. width:400px;
  45. }
  46.  
  47. .door-frame {
  48. cursor: pointer;
  49. padding: 10px;
  50. }
  51.  
  52. .start-row {
  53. margin: auto;
  54. width: 120px;
  55. height: 43px;
  56. font-family: 'Work Sans';
  57. background-color: #eb6536;
  58. padding-top: 18px;
  59. font-size:18px;
  60. text-align: center;
  61. color: #010165;
  62. margin-bottom: 21px;
  63. cursor: pointer;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement