Jump to content
  • 0

Generate Round Edges On Form Background


DataCobalt

Question

Good afternoon,

 

I am attempting to have my general form background have rounded edges. I have attempted adding the below code to various locations in the Layout Source area. I will most likely not want 24px, but I just was trying to find the correct area of the CSS to modify.

 

 

 

-webkit-box-sizing: border-box;

-moz-box-sizing: border-box;
-moz-border-radius: 24px;
-webkit-border-radius: 24px;
-khtml-border-radius: 24px;
border-radius:24px;
box-sizing: border-box;
 
 
As an alternative should I upload an image with the correct color and shape to be used as a background instead? If I go this route will there be any sizing issues.
 
Any and all help is much appreciated!
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...