Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active April 25, 2023 12:18
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 NyaGarcia/1e068410363cad05196fdf4a3cf7c101 to your computer and use it in GitHub Desktop.
Save NyaGarcia/1e068410363cad05196fdf4a3cf7c101 to your computer and use it in GitHub Desktop.
NgBytes Standalone Pokemon Detail
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