Skip to content

Instantly share code, notes, and snippets.

@calebgrove
Created November 19, 2012 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calebgrove/4114745 to your computer and use it in GitHub Desktop.
Save calebgrove/4114745 to your computer and use it in GitHub Desktop.
CSS ID Wildcard
[id^='button'] {
width: 250px !important;
height: 50px !important;
margin: 10px !important;
border-radius: 8px !important;
background-color: #3F3F3F !important;
}
#nope {
width: 250px;
height: 50px;
background: orange;
margin: 10px;
<div id=button></div>
<div id=button1></div>
<div id=nope></div>
<div id=buttontwo></div>
{"view":"split-vertical","fontsize":"60","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment