Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Social Networking</title>
  4. </head>
  5. <body>
  6. <style>
  7.  
  8. body {
  9. margin:0px;
  10. padding:0px;
  11. text-align:center;
  12.  
  13. }
  14. p.blue::selection {
  15. background:#a8d1ff;
  16. }
  17.  
  18. html, background {
  19. background:#1a69ab;
  20. }
  21. #header {
  22. background:#afb1b3;
  23. font-family:Tahoma;
  24. box-shadow::0px 0px 8px #222222;
  25. height:3%;
  26. max-height:3.5%;
  27. position:fixed;
  28. width:100%;
  29. margin-top:0px;
  30. margin-left:0px;
  31. text-align:center;
  32. outline:3px solid #ccc;
  33. }
  34. #left {
  35. float:left;
  36. height:100%;
  37. width:200px;
  38. background:#afb1b3;
  39. border-right:3px solid #ccc;
  40. position:relative;
  41. }
  42. #right {
  43. border-left:1px solid #ccc;
  44. float:right;
  45. height:100%;
  46. background:#afb1b3;
  47. width:19px;
  48. }
  49. #imgContainer {
  50. margin-left:20%;
  51. }
  52. .img {
  53. padding:4px;
  54. }
  55. hr {
  56. width:172px;
  57. height:1px;
  58. border:none;
  59. border-bottom:3px solid #ccc;
  60. }
  61.  
  62. </style>
  63. <body>
  64. <div id="header">
  65. <div id="imgContainer">
  66. <img src="Message.png" class="img">
  67. <img src="Notify.png" class="img">
  68. <img src="request.png" class="img">
  69. </div>
  70. </div>
  71. <div id="left">
  72.  
  73. <div id="right">
  74. <br>
  75. <br>
  76. <img src="scroll.png">
  77. </div>
  78. </body>
  79. </html>
Add Comment
Please, Sign In to add comment