Advertisement
a-melie

Q6CSS

Feb 18th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. li{
  2.     list-style: none;
  3.     display: inline;
  4.     color:white;
  5.     padding: 10px;
  6. }
  7.  
  8. .navbar{
  9. background-color: grey;
  10. padding-left: 10px;
  11. padding: 5px;
  12. margin: 0px;}
  13.  
  14. .middle{
  15.     text-align: center;
  16.     padding: 20px;
  17. }
  18. .big_img{
  19.     width: 100%;
  20.     height: 200px;
  21. }
  22. .three-img img{
  23.     width:30%;
  24.     margin-right: 15px;}
  25.  
  26. .three-img{
  27.     width:100%;
  28.     text-align: center;
  29. }
  30. .bottom{
  31.     border-bottom: 1px solid black;
  32.     padding-bottom: 150px;
  33. }
  34.  
  35. input{
  36.     width:80%;
  37.     height:20px;
  38.     margin:5px;
  39. }
  40. textarea{
  41.     width:80%;
  42.     height:100px;
  43.     margin:5px;
  44. }
  45. form{text-align: center;}
  46.  
  47. .solid-border{
  48.     border: 1px solid black;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement