Skip to content

Instantly share code, notes, and snippets.

@mateoclarke
Created June 5, 2015 08:05
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 mateoclarke/ba60494f50b02fea5be3 to your computer and use it in GitHub Desktop.
Save mateoclarke/ba60494f50b02fea5be3 to your computer and use it in GitHub Desktop.
Taco Social CSS
#map{
height: 600px;
}
body {
background-color: #D9D9D9;
}
.title {
font-weight: 700;
color: #F0BC1D;
text-shadow: -2px 2px 0px #573D05;
}
a {
color: #549C1B;
}
a:hover, a:active, a:visited{
color: #305A10;
text-decoration: none;
}
@media only screen and (max-width: 480px) {
.title{
background-color: rgba(255,255,255,.7);
position: absolute;
left: 60px;
top: -700px;
font-size: 1.8em;
padding: 5px;
}
#taco-list{
display: none;
}
}
@media only screen and (max-width: 768px) {
.title{
background-color: rgba(255,255,255,.7);
position: absolute;
left: 60px;
top: -700px;
padding: 5px;
}
#taco-list{
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment