Created
December 9, 2019 10:54
-
-
Save qya/6a48cb4304822004c34f92cf4a32370e to your computer and use it in GitHub Desktop.
DL Box 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
.dlx { | |
backgound: #ddd; | |
padding: 3px | |
} | |
.dlx h4 { | |
background: #c2382b; | |
color: #fff; | |
font-size: 14px; | |
font-weight: 700; | |
border-left: 6px solid #e4ab01; | |
border-right: 6px solid #e4ab01; | |
margin: 5px 0; | |
padding: 8px | |
} | |
.dlx strong { | |
background: #305d7b; | |
padding: 3px 8px; | |
margin-right: 1px; | |
font-size: 12px; | |
color: #fff; | |
border-radius: 2px | |
} | |
.dlx a { | |
padding: 3px 8px; | |
color: #333; | |
font-weight: 500; | |
font-size: 12px; | |
margin-right: 2px; | |
border-radius: 2px; | |
background: #FFF; | |
border-left: 2px solid #eee; | |
border-bottom: 2px solid #eee; | |
transition: .02s; | |
display: inline-block; | |
text-decoration: none; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment