Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. body{
  2.     background-color:#FF4136;
  3.     margin:25px ;
  4. }
  5.  
  6. h1{
  7.     color:white;
  8.     font-family:"Courier New";
  9.     font-size:50px;
  10. }
  11. p{
  12.     color:white;
  13.     font-family:"Courier New";
  14.     font-style: normal;
  15.     font-size:20px;
  16.     margin:5px;
  17. }
  18.  
  19. .formbg{
  20.     background-color:grey;
  21.     width:33%;
  22.     margin-right:auto;
  23.     margin-left:auto;
  24.     border-color:white;
  25.     border-style:solid;
  26.     border-radius:5px;
  27.     margin-top:20px;
  28.     padding:20px;
  29.     height:auto;
  30.     color:black;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement