Files
portfolio/style/thanks.css
2025-08-11 22:17:45 +08:00

9 lines
175 B
CSS

.thanks {
width: 100%;
height: 50vh; /* adjust as you like */
border-radius: 10px !important; /* ← rounded corners */
margin-top: 1rem;
padding: 1rem;
}