Guest User

Untitled

a guest
Dec 11th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. input{
  2. display: block;
  3. box-shadow: 1px 3px 2px rgba(0,0,0,.5);
  4. margin: 8px;
  5. }
  6. label{
  7. margin-bottom: 4px;
  8. text-shadow:1px 3px 2px rgba(0,0,0,.5);
  9.  
  10. }
  11. form{
  12. /*margin-left: 20%;*/
  13. /*margin-top: 10%;*/
  14. text-align: left;
  15. margin:1em;
  16.  
  17. }
  18. header,nav,article,aside,footer{
  19.  
  20. background-color: red;
  21. margin-left: 20%;
  22. width: 60%;
  23. text-align: center;
  24. border-radius: .5em;
  25. box-shadow: 1px 3px 2px rgba(0,0,0,.5);
  26. }
  27. nav ul{
  28. list-style: none;
  29.  
  30.  
  31. }
  32. nav ul li{
  33. display: inline-block;
  34. padding: 1em;
  35. cursor: pointer;
  36.  
  37. }
  38. article{
  39. padding: 1em;
  40. width: 30%;
  41. display: inline-block;
  42. margin-right: 0px;
  43. }
  44.  
  45. aside{
  46. width: 26.2%;
  47. display: inline-block;
  48. margin-left: 1em;
  49. vertical-align: top;
  50. height: 22.6em;
  51.  
  52. }
  53. footer{
  54. clear: both;
  55. padding-top: 2em;
  56. padding-bottom: 2em;
  57. margin-top: 1em;
  58. }
  59. header{
  60. padding-top: 2em;
  61. padding-bottom: 2em;
  62. }
Add Comment
Please, Sign In to add comment