Skip to content

Instantly share code, notes, and snippets.

@plavet
Created May 26, 2012 21:45
Show Gist options
  • Save plavet/2795431 to your computer and use it in GitHub Desktop.
Save plavet/2795431 to your computer and use it in GitHub Desktop.
CSS - Simple Accordion base style
#armonika-kutija h2 {
font-family: Georgia;
font-size: 24px;
text-align: left;
}
h2.triger {
margin: 0;
padding: 0;
}
.triger {outline: none;}
#armonika-kutija h2 a {
display: block;
width: 100%;
color: #347D94;
text-decoration: none;
padding: 7px;
line-height: 30px;
border-bottom: 1px solid #E5E5E5;
}
.armonika {
width: 720px;
border-bottom: 1px solid #E5E5E5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment