Created
October 5, 2021 17:55
-
-
Save adicahyaludin/34c2b6a77e810ab09a9e1784b09f4b07 to your computer and use it in GitHub Desktop.
php nav number
This file contains 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
/* | |
nav | |
*/ | |
.sppob-nav { | |
text-align: center; | |
margin-top: 30px; | |
} | |
.sppob-nav a { | |
background: #242424 !important; | |
display: inline-block; | |
padding: 6px 12px 5px; | |
margin: 5px; | |
border: 1px solid #2F2F2F; | |
font-family: "Poppins", Sans-serif; | |
font-size: 14px; | |
font-weight: normal; | |
line-height: 1.9; | |
} | |
.sppob-nav a:hover, | |
.sppob-nav a.active { | |
color: #E00914 !important; | |
font-weight: bold; | |
border: 1px solid #2F2F2F; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment