Created
July 5, 2020 08:11
-
-
Save rehrumesh/941b91f2f828a97b43df68581570ad9d to your computer and use it in GitHub Desktop.
App.css of Container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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