Last active
November 7, 2018 21:39
-
-
Save kstratis/fa870e6cb94775933bd0393fca09969f to your computer and use it in GitHub Desktop.
CSS for green background
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
.panel.panel-primary.ef-question-panel > .panel-body > h4.text-muted{ | |
background: #AFD2C2; | |
padding: 15px 15px 5px 15px; | |
color: #000000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment