Skip to content

Instantly share code, notes, and snippets.

@fisherds
Created August 19, 2014 13:06
Show Gist options
  • Select an option

  • Save fisherds/221f90e9cfc2e9b7f08b to your computer and use it in GitHub Desktop.

Select an option

Save fisherds/221f90e9cfc2e9b7f08b to your computer and use it in GitHub Desktop.
MovieQuotes CSS with no Bootstrap
body {
background: url('/static/images/noise.jpg');
font: 14px Helvetica, serif;
}
input[name=quote] {
width: 300px;
}
input[name=movie] {
float: right;
}
input[type=submit] {
float: right;
}
ul {
list-style-type: none;
}
.movie {
font-style: italic;
margin-left: 12px;
margin-bottom: 10px;
}
td:first-child {
width: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment