meme / static /style.css
shakuur's picture
Upload 5 files
0fa3012 verified
raw
history blame contribute delete
513 Bytes
body {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
color: white !important;
}
button#generate-btn {
background: #ff4757 !important;
border: none !important;
padding: 15px 30px !important;
font-size: 1.2em !important;
border-radius: 25px !important;
transition: transform 0.3s !important;
}
button#generate-btn:hover {
transform: scale(1.05) !important;
}
.monetization {
margin-top: 20px;
padding: 15px;
background: rgba(255, 255, 255, 0.1);
border-radius: 10px;
}