Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- < --- main container --- >
- box-shadow: inset 0px 0px 8px #678599;
- border-radius: 5px;
- padding: 10px;
- height: 280px;
- < --- name info (in container) --- >
- font-family: pixel;
- margin-top: 6px;
- < --- links --- >
- font-family: pixel;
- position: absolute;
- left: 10px;
- bottom: 0px;
- < --- heart --- >
- position: absolute;
- right: -10px;
- bottom: -20px;
- -webkit-transform: rotate(20deg);
- z-index: 3;
- < --- img container --- >
- width: 95%;
- height: 100px;
- border-radius: 10px;
- position: absolute;
- left: 9px;
- bottom: 10px;
- z-index: 2;
- padding: 6px;
- < --- scroll 01 css --- >
- background: #ffffffba;
- width: 145px;
- height: 85px;
- overflow-y: scroll;
- font-family: pixel;
- color #696969;
- font-size: 0.75em;
- border-radius: 10px;
- padding: 10px;
- position: relative;
- left: 4px;
- top: 1px;
- < --- scroll 02 css --- >
- background: #ffffffba;
- width: 145px;
- height: 85px;
- overflow-y: scroll;
- font-family: pixel;
- color #696969;
- font-size: 0.75em;
- border-radius: 10px;
- padding: 10px;
- position: relative;
- right: -4px;
- top: 1px;
Advertisement
Add Comment
Please, Sign In to add comment