Advertisement
Dekameron

Untitled

Jun 15th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. body {
  2. font-family: arial;
  3. }
  4.  
  5. a {
  6. text-decoration: none;
  7. color: #3f3b55;
  8. }
  9.  
  10. #slider_table {
  11. background: #f7fcff;
  12. color: #6173a7;
  13. text-align: center;
  14. float: left;
  15. padding: 10px;
  16. position: relative;
  17. border: solid skyblue 1px;
  18. }
  19.  
  20. .left_subs {
  21. float: left;
  22. padding-top: 15px;
  23. font-size: 11px;
  24. position: absolute;
  25. left: 2px;
  26. }
  27.  
  28. .right_subs {
  29. float: right;
  30. padding-top: 15px;
  31. font-size: 10px;
  32. position: absolute;
  33. right: 2px;
  34. }
  35.  
  36. #laptops_table td {
  37. border: solid skyblue 1px;
  38. border-radius: 10px
  39. }
  40.  
  41. #laptops_table{
  42. float: left;
  43. color: #3f3b55;
  44. }
  45.  
  46. .price_div {
  47. width: 100px;
  48. border-top-left-radius: 10px;
  49. background: #2c425a;
  50. float: right;
  51. color: white;
  52. padding: 10px;
  53. text-align: center;
  54. margin: 0px -11px -11px 0px;
  55. }
  56.  
  57. #laptops_model {
  58. text-align: left;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement