Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created March 24, 2018 17:40
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 goyalrohit/54537c4b9e261574ed390460e07bb17e to your computer and use it in GitHub Desktop.
Save goyalrohit/54537c4b9e261574ed390460e07bb17e to your computer and use it in GitHub Desktop.
body {
background: #660e0e;
}
h1 {
margin-top: 0;
}
#daily_special {
background: #eee;
box-shadow: 1px 1px 3px #333;
}
#daily_special:after,
.row:after {
content: '';
display: block;
clear: both;
}
.ds_elem {
float: left;
padding: 15px;
margin: 0;
}
.name {
margin-top: 0.5em;
}
.more_link {
display: block;
margin-top: 0.5em;
color: #52a6f3;
}
.menus {
margin-top: 5em;
}
.row {
width: 100%;
color: #fff;
}
.col {
float: left;
padding: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment