Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. h1 {
  2. text-align: center;
  3. font-family: Arial, Helvetica, sans-serif;
  4. }
  5.  
  6. .content {
  7. float: left;
  8. width: 100%;
  9. font-family: Arial, Helvetica, sans-serif;
  10. }
  11.  
  12. .nav-link {
  13. font-size: large;
  14. }
  15.  
  16. .browser {
  17. float: left;
  18. margin-left: 5%;
  19. width: 68%;
  20. height: 75vh;
  21. text-align: left;
  22. }
  23.  
  24. iframe {
  25. width: 100%;
  26. height: 100%;
  27. }
  28.  
  29. .pane {
  30. float: left;
  31. width: 20%;
  32. margin-left: 2%;
  33. height: 81vh;
  34. text-align: center;
  35. border: 1px solid black;
  36. box-shadow: 0px 0px 10px grey inset;
  37. }
  38.  
  39. .address {
  40. width: 100%;
  41. height: 3vh;
  42. font-size: 15px;
  43. margin-bottom: 2vh;
  44. box-shadow: 0px 0px 5px grey inset;
  45. }
  46.  
  47. .key, .value {
  48. line-height: 1;
  49. }
  50.  
  51. .key {
  52. text-align: left;
  53. font-size: 20px;
  54. margin-left: 20px;
  55. }
  56.  
  57. .value {
  58. text-align: right;
  59. margin-right: 20px;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement