CSS woe's - Post ID 226904

User 2483865 Photo


Registered User
15 posts

Right ... i'm trying to create a box with curved corners, easy you'd say .... right .....!
hmmm .... wrong
here's what i have so far:

<div class="row">
<div class="coffee-span-4">
<div class="container L-text">

this code is in the body and relate's to the left column:

}.row .coffee-span-4 .container.L-text {
border: solid 2px #000;
border-radius:15px;
}

custom.css code.


That should work ..... right folks ???
User 187934 Photo


Senior Advisor
20,190 posts

You have a missed placed }
.row .coffee-span-4 .container.L-text {
border: solid 2px #000;
border-radius:15px;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2483865 Photo


Registered User
15 posts

Got it ..... thanks Eric mate ... your a Diamond Geeza :-)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.