JaqueRabbit

sb

May 18th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. #sidebar {
  2. width: 250px;
  3. height: relative;
  4. background-color: {color:Sidebar Background};
  5. border: 1px solid {color:Sidebar Border};
  6. border-radius: 5px;
  7. margin-top: 50px;
  8. margin-left: 50px;
  9. padding: 20px;
  10. position: fixed;
  11. }
  12.  
  13. #sidebar img {
  14. width: 250px;
  15. }
  16.  
  17. #title {
  18. color: {color:Title};
  19. font-size: 20px;
  20. margin-top: 20px;
  21. margin-left: 25px;
  22. text-align: center;
  23. text-transform: uppercase;
  24. letter-spacing: 2px;
  25. border-bottom: 1px solid {color:Title Border};
  26. padding-bottom: 5px;
  27. width: 200px;
  28. }
  29.  
  30. #description {
  31. background-color: {color:Description Background};
  32. border: 1px solid {color:Description Border};
  33. border-radius: 5px;
  34. font-size: 12px;
  35. padding: 10px;
  36. text-align: justify;
  37. margin-top: 20px;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment