Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created March 14, 2019 05:21
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 rajatk16/35a2e750b99de2e09eedf5f3670c7f12 to your computer and use it in GitHub Desktop.
Save rajatk16/35a2e750b99de2e09eedf5f3670c7f12 to your computer and use it in GitHub Desktop.
:root {
--timeout: 500ms;
--list-item-max-height: 30px;
}
ul {
margin: 0;
padding: 0 10px;
}
.container {
display: flex;
}
.comics {
width: 50%;
margin: 0;
padding: 0;
list-style-type: none;
}
.comic {
padding: 10px;
cursor: pointer;
}
.star {
margin-left: 5px;
color: gold;
}
.favorites {
box-sizing: border-box;
width: 50%;
padding: 10px;
background-color: rgb(64, 110, 235);
}
.list-item {
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment