Skip to content

Instantly share code, notes, and snippets.

@rehrumesh
Created July 5, 2020 08:11
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 rehrumesh/941b91f2f828a97b43df68581570ad9d to your computer and use it in GitHub Desktop.
Save rehrumesh/941b91f2f828a97b43df68581570ad9d to your computer and use it in GitHub Desktop.
App.css of Container
.banner {
background: #f5f5da;
padding: 30px;
text-align: center;
border-radius: 20px;
}
.banner-title {
color: #2d3d29;
}
.home {
margin-top: 30px;
width: 100%;
text-align: center;
}
.content {
margin: auto;
width: 70%;
padding: 10px 0px;
background: #f5f5da;
display: inline-block;
border-radius: 10px;
}
.cat {
display: inline-block;
width: 45%;
}
.dog {
display: inline-block;
width: 45%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment