<div class="panel">
<div class="write-up">
</div>
</div>
.panel {
display: block;
padding: 1rem;
max-width: 1fr;
margin: auto;
background: rgba(0, 0, 0, 0.1);
border-radius: 2vw; /* your circle */
box-shadow: 0px 5px 10px #cf77f3, 0px 5px 10px #009bff, 0px 5px 10px #2ac9db;
border: 1px solid silver;
}
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.