Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.75 KB | None | 0 0
  1.     <style>
  2.         body
  3.         {
  4.             border: grey 2px solid;
  5.             border-style: solid;
  6.             width: 210px;
  7.             height: 490px;
  8.             margin-left: auto;
  9.             margin-right: auto;
  10.         }
  11.         .button
  12.         {
  13.             width: 58px;
  14.             height: 58px;
  15.             font-size: 20px;
  16.             margin: 2px;
  17.             cursor: pointer;
  18.             color: grey;
  19.         }
  20.         .heading
  21.         {
  22.             text-align: center;
  23.             font-family: fantasy;
  24.         }
  25.         .miejsca
  26.         {
  27.             width: 200px;
  28.             margin-left: 10px;
  29.             margin-right: auto;
  30.         }
  31.         p
  32.         {
  33.             text-align: center;
  34.         }
  35.  
  36.     </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement