Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* tylergaciaposey's theme 211
- css part */
- /* container wrapping everything */
- .muse-container {
- max-width: 540px;
- min-width: 300px;
- line-height:150%
- box-sizing: border-box;
- text-align:left;
- }
- /* each muse */
- .muse {
- margin-bottom:25px;
- outline:1px solid #F5F5F5; /* you'll have to change the color here, or delete this line if you don't want the border */
- }
- .muse:last-child {
- border-bottom:;
- }
- /* each row wrapping name, faceclaim, links
- and more information */
- .muse-row {
- display: flex;
- align-items:;
- justify-content:center;
- display: flex;
- }
- /* each info individually, full name is an info, faceclaim is an info, links is an info, more information is an info */
- .muse-info {
- width:100%;
- display: inline-block;
- margin:5px 15px;
- }
- .muse-title {
- font-weight: bold;
- padding: 0 5px 0;
- display: block;
- text-transform: uppercase;
- }
- .muse-description {
- max-height:200px;
- padding: 0 5px 0;
- display: inline-block;
- overflow:auto;
- }
- /* tylergaciaposey's theme 211
- css part */
Advertisement
Add Comment
Please, Sign In to add comment