Advertisement
Guest User

vertical & horizontal line>brfore & after

a guest
Nov 6th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.86 KB | None | 0 0
  1.  
  2.  
  3. .portfolio1:after {
  4.  background: none repeat scroll 0 0 #ddd;
  5. bottom: 0;
  6. content: "";
  7. height: 107px;
  8. left: 36%;
  9. position: absolute;
  10. top: 202px;z-index:-1;
  11. width: 3px;
  12. }
  13.  
  14.  
  15. .portfolio2:after {
  16.  background: none repeat scroll 0 0 #ddd;
  17. bottom: 0;
  18. content: "";
  19. height: 107px;
  20. left: 36%;
  21. position: absolute;
  22. top: 202px;z-index:-1;
  23. width: 3px;
  24. }
  25. .portfolio3:after {
  26.  background: none repeat scroll 0 0 #ddd;
  27. bottom: 0;
  28. content: "";
  29. height: 107px;
  30. left: 36%;
  31. position: absolute;
  32. top: 202px;z-index:-1;
  33. width: 3px;
  34. }
  35.  
  36. .portfolio4:after {
  37.  background: none repeat scroll 0 0 #ddd;
  38. bottom: 0;
  39. content: "";
  40. height: 107px;
  41. left: 36%;
  42. position: absolute;
  43. top: 202px;z-index:-1;
  44. width: 3px;
  45. }
  46.  
  47. .portfolio1:before {
  48.   background: none repeat scroll 0 0 #ddd;
  49.   bottom: 0;
  50.   content: "";
  51.   height: 3px;
  52.   left: 65%;z-index:-1;
  53.   position: absolute;
  54.   top: 102px;
  55.   width: 123px;
  56. }
  57.  
  58.  
  59. .portfolio2:before {
  60.   background: none repeat scroll 0 0 #ddd;
  61.   bottom: 0;
  62.   content: "";
  63.   height: 3px;
  64.   left: 65%;z-index:-1;
  65.   position: absolute;
  66.   top: 102px;
  67.   width: 123px;
  68. }
  69. .portfolio3:before {
  70.   background: none repeat scroll 0 0 #ddd;
  71.   bottom: 0;
  72.   content: "";
  73.   height: 3px;z-index:-1;
  74.   left: 65%;
  75.   position: absolute;
  76.   top: 102px;
  77.   width: 123px;
  78. }
  79.  
  80. .portfolio5:before {
  81.   background: none repeat scroll 0 0 #ddd;
  82.   bottom: 0;
  83.   content: "";
  84.   height: 3px;z-index:-1;
  85.   left: 65%;
  86.   position: absolute;
  87.   top: 102px;
  88.   width: 123px;
  89. }
  90. .portfolio6:before {
  91.   background: none repeat scroll 0 0 #ddd;
  92.   bottom: 0;
  93.   content: "";
  94.   height: 3px;z-index:-1;
  95.   left: 65%;
  96.   position: absolute;
  97.   top: 102px;
  98.   width: 123px;
  99. }
  100.  
  101. .portfolio7:before {
  102.   background: none repeat scroll 0 0 #ddd;
  103.   bottom: 0;
  104.   content: "";
  105.   height: 3px;z-index:-1;
  106.   left: 65%;
  107.   position: absolute;
  108.   top: 102px;
  109.   width: 123px;
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement