Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. html {
  2. height: 100%;
  3. font-family: Verdana;
  4. }
  5.  
  6. body {
  7. height: 100%;
  8. margin: 0%;
  9. }
  10.  
  11. #baner {
  12. background-color: #00ced1;
  13. height: 15%;
  14. width: 100%;
  15. float: left;
  16. text-align: center;
  17. }
  18.  
  19.  
  20. #menu {
  21. height: 10%;
  22. width: 100%;
  23. float: left;
  24. text-align: center;
  25. padding: 20px 50px 20px 50px;
  26. }
  27.  
  28. #logo {
  29. position: relative;
  30. top: 15%;
  31. transform: translateY(-15%);
  32. }
  33.  
  34. #lewy {
  35. height: 100%;
  36. width: 20%;
  37. float: left;
  38. padding: 45px;
  39. }
  40.  
  41. #stream {
  42. height: 100%;
  43. width: 80%;
  44. float: left;
  45. padding: 45px;
  46. }
  47.  
  48. img {
  49. width: 400px;
  50. height: 400px;
  51. }
  52.  
  53. h1 {
  54. font-size: 300%;
  55. }
  56.  
  57. * {
  58. box-sizing: border-box;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement