GochiSiyan

another CSS

Apr 21st, 2021 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .jeg_category_list .jeg_postblock_content {
  2. position: absolute;
  3. padding:10px
  4. top: 50%;
  5. left: 50%;
  6. transform: translate(-50%, -50%);
  7. }
  8.  
  9. .jeg_category_list .jeg_postblock_content .jeg_post_title>a {
  10. color:red;
  11. font-family: fantasy;
  12. }
  13.  
  14. .jeg_category_list .jeg_postblock_content .jeg_post_meta>span {
  15. color:#3F51B5;
  16. font-family: fantasy;
  17. }
Add Comment
Please, Sign In to add comment