GochiSiyan

border radius

Mar 18th, 2021 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. .jeg_heroblock_7 .thumbnail-container.thumbnail-background {
  2. border-radius: 20px;
  3. }
  4.  
  5. .jeg_heroblock_7 .jeg_postblock_content {
  6. border-bottom-right-radius:20px;
  7. border-bottom-left-radius:20px;
  8. }
  9.  
  10. .jeg_heroblock_7 .jeg_postblock_content .jeg_post_title>a {
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. display: -webkit-box;
  14. -webkit-line-clamp: 2;
  15. -webkit-box-orient: vertical;
  16. }
Add Comment
Please, Sign In to add comment