Question / Help Browser Source

Banyarola

Active Member
As you can see when using a browser source the source corners are square.
Is there any way to make the rounded??
Thanks Guys
Browser.JPG


Bany
 
As it's a browser source, just use the Custom CSS box

CSS:
html, body {
    border-radius: 30px;
}

The higher the radius, the bigger the curve.
 
Thanks Wiz, I tried it several ways and it doesn't do anything..
I may be using it wrong because I have no idea how to use this CSS stuff..
 
Back
Top