Welcome to Gaia! ::


Is there any way to just have the top part of my about me have a border-radius of 10px?
I thought it would be something like
#id_about {border-radius: top 10px;}

or something like that but nothing ive tried works
Yep, you can separate the value into different values for each corner like this:

#id_about {
border-radius: TLpx TRpx BRpx BLpx;
}

TL = top left, etc
So you'd want:

#id_about {
border-radius: 10px 10px 0 0;
}

You can also split the whole property to get something like this:

#id_about {
border-top-left-radius: #px;
border-top-right-radius: #px;
border-bottom-left-radius: #px;
border-bottom-right-radius: #px;
}

And you can leave out the two bottom lines, or set them to 0.

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum