crypto page css update

This commit is contained in:
edbrz9 2023-01-01 19:53:58 +01:00
parent ab4f0f22c8
commit eb8cc0c77a
1 changed files with 29 additions and 10 deletions

View File

@ -219,20 +219,39 @@ hr {
margin-bottom: 30px;
}
img.crypto {
margin-top: 50px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
p.crypto {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
word-wrap: break-word;
line-height: 1.2rem;
line-height: 1.3rem;
text-align: center;
}
main.crypto-page {
padding-top: 20vh;
text-align: center;
width: 200px;
margin-left: auto;
margin-right: auto;
}
main.crypto-page img {
width: 200px;
}
main.crypto-page section.copyme-containter {
text-align: center;
}
main.crypto-page span.copypopup {
position: absolute;
background-color: var(--success);
color: white;
font-size: 1.5rem;
padding: 10px;
right: -20px;
top: -5px;
transform: rotate(12deg);
opacity: 0;
}