Created
February 13, 2019 07:01
-
-
Save topleague/15555b41d1cfe5d4a551720c3b5514b2 to your computer and use it in GitHub Desktop.
Post Meta and Post Info CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* --- Post Meta Styling ---*/ | |
.entry-categories, .entry-tags { | |
display: inline-block; | |
border: 1px solid; | |
padding: 0 10px; | |
background: #1982df; | |
color: white; | |
box-shadow: 1px 1px #fff; | |
text-transform: uppercase; | |
font-weight: bold; | |
} | |
.entry-categories a { | |
color: white; | |
text-decoration: none; | |
} | |
/*--- Post Info Styling ---*/ | |
.entry-footer .entry-meta { | |
border-top: 2px solid #f5f5f5; | |
padding-top: 1.2rem; | |
color: #919599; | |
text-transform: uppercase; | |
letter-spacing: .05em; | |
font-family: sans-serif; | |
font-size: 1.2rem; | |
} | |
.entry-footer .entry-meta a { | |
color: #919599; | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment