Advertisement
phirani

Untitled

Apr 24th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5.  
  6. <html>
  7.  
  8.  
  9.  
  10. <head>
  11. <title> Search Feature</title>
  12. <link href="style.css" type="text/css" rel="stylesheet" />
  13.  
  14.  
  15. </head>
  16.  
  17. <body>
  18.  
  19. <div id="nav">
  20. <div id="nav_wrapper">
  21. <ul>
  22. <li><a href="homepage.html">Home</a></li>
  23. <li><a href="menu.html">Shopping Basket</a></li>
  24. <li><a href="#">Categories <img src="arrow.png" /></a>
  25.  
  26. <ul>
  27. <li><a href="Reggae.html">Reggae</a></li>
  28. <li><a href="#">Rap</a></li>
  29. <li><a href="#">UK Rap</a></li>
  30.  
  31. </ul>
  32. <li><a href="home.html">Search</a></li>
  33.  
  34.  
  35. </li>
  36. </ul>
  37. </div>
  38. </div>
  39.  
  40.  
  41. <svg height="50" width="1260">
  42. <defs>
  43. <filter id="f3" x="0" y="0" width="200%" height="200%">
  44. <feOffset result="offOut" in="SourceAlpha" dx="20" dy="20" />
  45. <feGaussianBlur result="blurOut" in="offOut" stdDeviation="10" />
  46. <feBlend in="SourceGraphic" in2="blurOut" mode="normal" />
  47. </filter>
  48. </defs>
  49. <rect width="1300" height="25" stroke="blue" stroke-width="1"
  50. fill="white" filter="url(#f3)" />
  51. </svg>
  52.  
  53.  
  54.  
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement