sexycullen

theme 211 CSS

Apr 7th, 2020
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. /* tylergaciaposey's theme 211
  2. css part */
  3.  
  4.  
  5.  
  6.  
  7. /* container wrapping everything */
  8.  
  9. .muse-container {
  10. max-width: 540px;
  11. min-width: 300px;
  12. line-height:150%
  13. box-sizing: border-box;
  14. text-align:left;
  15. }
  16.  
  17.  
  18. /* each muse */
  19.  
  20. .muse {
  21. margin-bottom:25px;
  22. outline:1px solid #F5F5F5; /* you'll have to change the color here, or delete this line if you don't want the border */
  23. }
  24.  
  25. .muse:last-child {
  26. border-bottom:;
  27. }
  28.  
  29.  
  30. /* each row wrapping name, faceclaim, links
  31. and more information */
  32.  
  33. .muse-row {
  34. display: flex;
  35. align-items:;
  36. justify-content:center;
  37. display: flex;
  38. }
  39.  
  40. /* each info individually, full name is an info, faceclaim is an info, links is an info, more information is an info */
  41. .muse-info {
  42. width:100%;
  43. display: inline-block;
  44. margin:5px 15px;
  45. }
  46.  
  47.  
  48. .muse-title {
  49. font-weight: bold;
  50. padding: 0 5px 0;
  51. display: block;
  52. text-transform: uppercase;
  53. }
  54.  
  55. .muse-description {
  56. max-height:200px;
  57. padding: 0 5px 0;
  58. display: inline-block;
  59. overflow:auto;
  60. }
  61.  
  62. /* tylergaciaposey's theme 211
  63. css part */
Advertisement
Add Comment
Please, Sign In to add comment