Response
Hello Capriyah! I need help ໒꒰ྀི T ^ T ꒱ྀིა I don't understand why it doesn't want to put the boarder over my boxes / not want to work
.response-box {
background-image: url('https://files.catbox.moe/l6gvpe.webp');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 8px;
padding: 20px;
width: 100%;
max-width: 800px;
margin: 10px auto;
color: white;
}
.response-box p {
font-size: 16px;
line-height: 1.5;
}
Hi Mimi!! I think I know what’s wrong. You want the URL you provided to be your border right? That’s not the code you would use. Hopefully this one or some variation of it will work. Let me know if it’s alright or if I misunderstood what you were asking of me.
.response {
border-width: 20px !important;
border-style: solid !important;
border-image: url(https://files.catbox.moe/l6gvpe.webp) 15 fill round !important;
}
Comment
Add a reply
UAHHH THANK YOU SO MUCH 😭😭😭😭😭😭😭