Skip to content

Instantly share code, notes, and snippets.

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

  • Save salmanyaqoob/44b7ccb0eeb60be5ea40c5ff7ffd46b4 to your computer and use it in GitHub Desktop.

Select an option

Save salmanyaqoob/44b7ccb0eeb60be5ea40c5ff7ffd46b4 to your computer and use it in GitHub Desktop.
global style
.stack {
width: 454px;
height: 454px;
justify-content: center;
}
.background {
width:454px;
height:454px;
}
.container {
flex-direction: column;
justify-content: center;
align-items: center;
left: 0px;
top: 0px;
width: 454px;
height: 454px;
background-color: transparent;
}
.containerFlex {
display: flex;
justify-content: center;
align-items: center;
left: 0px;
top: 0px;
width: 454px;
height: 454px;
background-color: transparent;
}
.title {
font-size: 30px;
text-align: center;
width: 350px;
height: 60px;
}
.row{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 454px;
height: 100px;
background-color: transparent;
}
.btn{
display: flex;
width: 170px;
height: 50px;
}
.btn-small{
display: flex;
width: 100px;
height: 50px;
}
.backBtn {
width: 200px;
height: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment