Skip to content

Instantly share code, notes, and snippets.

@salmanyaqoob
Created January 28, 2021 08:38
Show Gist options
  • Select an option

  • Save salmanyaqoob/7009da23057aa84156301c4a07dbad87 to your computer and use it in GitHub Desktop.

Select an option

Save salmanyaqoob/7009da23057aa84156301c4a07dbad87 to your computer and use it in GitHub Desktop.
Index screen CSS
@import '../../common/style.css';
.showList {
background-color: transparent;
flex-direction: column;
width: 454px;
height: 400px;
}
.showListItem {
background-color: transparent;
flex-direction: column;
align-items: center;
width: 454px;
height: 50px;
color: red;
}
.btn {
width: 200px;
height: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment