Advertisement
Guest User

cs

a guest
Sep 17th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /* style Header */
  2. #header {
  3. background:yellow;
  4. height: 80px;
  5. width: 99%;
  6. padding: 10px 0px 0px 10px;
  7. }
  8. /* style sidebar */
  9. #sidebar {
  10. background:gray;
  11. height: 520px;
  12. width: 15%;
  13. padding: 20px;
  14. }
  15. /* style content */
  16. #content {
  17. height: 500px;
  18. width: 75%;
  19. float: right;
  20. border:dotted gray 1px;
  21. padding: 20px;
  22. }
  23. /* costum navigasi */
  24. .nav {
  25. font-family: arial;
  26. }
  27. .a {
  28. text-decoration: none;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement