Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <link rel = "stylesheet" href="navbar.css">
  5. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Amaranth" />
  6. <meta charset="utf-8">
  7. <title>Navbar</title>
  8. </head>
  9. <body>
  10. <div class = "top">
  11. <ul class = "basket">
  12. <li><a href="#">Marketplace</a></li>
  13. <li><a href="#">Help & FAQs</a></li>
  14. </ul>
  15.  
  16. </div>
  17.  
  18. <div class="container">
  19. <div class = "navbar">
  20. <div class = "logo">
  21. <img src = "asoslogo.jpg" alt = "" class = "logo">
  22. </div>
  23. <ul class = "menu">
  24. <b><li><a href="#">WOMEN</a></li>
  25. <li><a href="#">MEN</a></li></b>
  26.  
  27. </ul>
  28. </div>
  29. </div>
  30. <div class = "sale">
  31. <div class ="women">
  32. <ul class = "salewomen">
  33. <li><a href="#">WOMEN</a></li>
  34. </ul>
  35. </div>
  36. <ul class = "salecenter">
  37. <li><a href="#">GET UP TO 40% OFF BIG BRANDS</a></li>
  38.  
  39. </ul>
  40. <ul class = "men">
  41. <li><a href="#">MEN</a></li>
  42.  
  43. </ul>
  44. </div>
  45. <div class = "content"><img class = "asoshome" alt = "" src = "asoshome.jpg"></div>
  46.  
  47. <div class = "bottom">
  48. <ul class = "info">
  49. <li>Premier Delivery</li>
  50.  
  51. </ul>
  52. <ul class = "info1">
  53. <li>Unlimited free Next-day Delivery for a whole year. T5&c5 apply</li>
  54. </ul>
  55. </div>
  56.  
  57. </body>
  58. </html>
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. @charset "utf-8";
  99. *{
  100. margin: 0;
  101. padding: 0;
  102. }
  103.  
  104. .basket{
  105. float: right;
  106. margin-right: 380px;
  107. margin-bottom: 10px;
  108. }
  109.  
  110. .basket li{
  111. float: left;
  112. width: 120px;
  113. height: 20px;
  114. line-height: 50px;
  115. text-align: center;
  116. list-style: none;
  117. font-size: 15px;
  118.  
  119.  
  120. }
  121. .basket li a{
  122. color:#AEAEAE;
  123. text-decoration: none;
  124. font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  125. text-transform: uppercase;
  126. display:block;
  127. margin-top: -10px;
  128. }
  129.  
  130.  
  131. .basket li a:hover{
  132. color:deepskyblue;
  133.  
  134. }
  135. .container{
  136. width: 100%;
  137. margin:0 auto;
  138. }
  139. .navbar{
  140. width: 100%;
  141. overflow: hidden;
  142. height: 60px;
  143. line-height: 70px;
  144. background: #333333;
  145.  
  146. }
  147.  
  148. .logo{
  149. width: 105px;
  150. height: 33px;
  151. float: left;
  152. margin-top: 7px;
  153. margin-left: 150px;
  154. }
  155.  
  156. .menu{
  157. float: left;
  158. margin-left: 165px;
  159. margin-top: -5px;
  160. }
  161.  
  162.  
  163.  
  164. .menu li{
  165. float: left;
  166. width: 110px;
  167. height: 70px;
  168. line-height: 70px;
  169. text-align: center;
  170. list-style: none;
  171. font-family: amaranth;
  172. border-style: solid;
  173. border-width: 0px 2px 0px 2px;
  174. border-color:#414141;
  175.  
  176. }
  177.  
  178.  
  179. .menu li a{
  180. color: white;
  181. text-decoration: none;
  182. font-family: amaranth;
  183. text-transform: uppercase;
  184. display:block;
  185.  
  186.  
  187. }
  188.  
  189. .menu li:hover{
  190. background:#444444;
  191.  
  192. }
  193. .menu li a:hover{
  194. color:white;
  195.  
  196.  
  197. }
  198.  
  199. .sale{
  200. width: 100%;
  201. overflow: hidden;
  202. height:50px;
  203. background: #FF5097;
  204.  
  205. }
  206.  
  207. .women{
  208. float: left;
  209. margin-top: -10px;
  210. list-style-type:none;
  211.  
  212. }
  213. .salecenter{
  214. float: left;
  215. width: 90px;
  216. height: 70px;
  217. line-height: 70px;
  218. text-align: center;
  219. list-style: none;
  220. font-family: amaranth;
  221. margin-left:200px;
  222.  
  223. }
  224.  
  225.  
  226. .men{
  227. float: right;
  228. margin-top: -10px;
  229. list-style-type:none;
  230. }
  231.  
  232.  
  233.  
  234. .women li{
  235. float: left;
  236. width: 90px;
  237. height: 70px;
  238. line-height: 70px;
  239. text-align: center;
  240. list-style: none;
  241. font-family: amaranth;
  242. margin-left: 310px;
  243. margin-right: 560px;
  244.  
  245. }
  246. .men li{
  247. float: right;
  248. width: 90px;
  249. height: 70px;
  250. line-height: 70px;
  251. text-align: center;
  252. list-style: none;
  253. font-family: amaranth;
  254. margin-right: 300px;
  255.  
  256.  
  257. }
  258.  
  259. .women li a{
  260. color: black;
  261. text-decoration: none;
  262. font-family: amaranth;
  263. text-transform: uppercase;
  264. display:block;
  265.  
  266.  
  267. }
  268. .men li a{
  269. color: black;
  270. text-decoration: none;
  271. font-family: amaranth;
  272. text-transform: uppercase;
  273. display:block;
  274.  
  275.  
  276. }
  277. .women li:hover{
  278. background:#FF5070;
  279.  
  280. }
  281. .men li:hover{
  282. background:#FF5070;
  283.  
  284. }
  285. .women li a:hover{
  286. color:black;
  287.  
  288.  
  289. }
  290. .men li a:hover{
  291. color:black;
  292.  
  293.  
  294. }
  295. .asoshome{
  296. margin-left: auto;
  297. margin-right: auto;
  298. display: block;
  299. }
  300.  
  301. .bottom{
  302. width: 72.9%;
  303. overflow: hidden;
  304. height: 70px;
  305. line-height: 70px;
  306. background: #333333;
  307. margin-left: 260px;
  308.  
  309. }
  310.  
  311. .info li{
  312. font-size: 20px;
  313. margin-left: 50px;
  314. list-style-type: none;
  315. display:inline-block;
  316. color:white;
  317. }
  318.  
  319. .info1 li{
  320. margin-top: 30;
  321. font-size: 13px;
  322. margin-left: 50px;
  323. list-style-type: none;
  324. display:inline-block;
  325. color:white;
  326. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement