Last active
April 25, 2023 12:18
-
-
Save NyaGarcia/1e068410363cad05196fdf4a3cf7c101 to your computer and use it in GitHub Desktop.
NgBytes Standalone Pokemon Detail
This file contains hidden or 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
h2 { | |
margin-bottom: 10px; | |
} | |
h4 { | |
color: rgba(0,0,0,.54); | |
font-weight: normal; | |
margin-top: 0; | |
} | |
button { | |
margin-top: 20px; | |
} | |
.content { | |
display: flex; | |
} | |
.detail { | |
border-radius: 15px; | |
box-shadow: 0 0 11px #cacaca; | |
max-width: 50%; | |
padding: 30px; | |
} | |
.content img { | |
height: 250px; | |
margin-right: 15px; | |
max-width: 250px; | |
object-fit: cover; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment