Advertisement
teslariu

form_style.css

Mar 18th, 2022
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. body{font-family:Arial;
  2. background-color:Lavender;
  3. }
  4.  
  5. h1{color:cornflowerblue;
  6. text-align:center;
  7. font-size: 40px;
  8. }
  9.  
  10. p{color:#333;}
  11.  
  12. blockquote{
  13. font-style:italic;
  14. font-weight: bold;
  15. }
  16.  
  17. a{
  18. text-decoration:none;
  19. color: #a9a9a9;
  20. }
  21.  
  22. a:hover{color:orange;}
  23.  
  24. ol{color:limegreen;}
  25.  
  26. h2{color: limegreen;}
  27.  
  28. form{
  29. margin: auto;
  30. width: 50%;
  31. padding: 2em;
  32. border: 1px solid;
  33. border-radius: 1em;
  34. background-color: AliceBlue;
  35. }
  36.  
  37. div{
  38. margin:1em;
  39. text-align:auto;
  40. }
  41.  
  42. label{color:MidnightBlue;}
  43.  
  44. button{
  45. margin-left:1em;
  46. background-color:CornSilk;
  47. }
  48.  
  49. textarea{
  50. width: 50%;
  51. height: 100px;
  52. }
  53.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement