Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. * {
  3. font-family: arial, sans-serif-light, sans-serif;
  4. }
  5.  
  6. .about {
  7. color: gray;
  8. font-size: 12px;
  9. position: relative;
  10. width: 600px;
  11. padding: 1em;
  12. margin-left: 5em;
  13. }
  14.  
  15. .time h2 {
  16. font-style: sans-serif-light;
  17. font-size: 32px;
  18. margin: 0px;
  19. }
  20.  
  21. .time h3 {
  22. color: gray;
  23. margin: 0px;
  24. }
  25.  
  26. .time {
  27. position: relative;
  28. width: 600px;
  29. padding: 2em;
  30. margin-left: 4em;
  31. box-shadow: 1px 1px 1px 1px lightgray;
  32. }
  33. #logo img {
  34. width: 125px;
  35. float: left;
  36. padding: 10px 5px 0 0;
  37. }
  38. #logo {
  39. padding 10px;
  40. }
  41.  
  42. input[type=text] {
  43. width: 500px;
  44. margin: 5px;
  45. padding: 10px;
  46. }
  47.  
  48. input[type=image] {
  49. padding-top: 5px;
  50. width: 35px;
  51. position:relative;
  52. top: 10px;
  53.  
  54. }
  55.  
  56. #mainnav li {
  57. display: inline;
  58. }
  59.  
  60. form {
  61. dislay: inline;
  62. width : 800px;
  63.  
  64.  
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement