Comments Juanacatan started the conversationMay 22, 2017 at 6:29pmI was wondering, how can i get rounded corners using the body border option? Like this: http://codepen.io/chriscoyier/pen/EmKCa Thanks! 3,034Andrew repliedMay 23, 2017 at 3:40amHi there,Thank you for reaching out to us.You can add rounded corner using the following code: .container-wrap { padding: 0; margin: 20px; border: 20px solid rgb(38, 40, 44); border-radius: 30px; } div#header-secondary-outer { margin: 50px 20px; width: calc(100% - 40px);Hope this gets to help.Best regards.Juanacatan repliedJune 8, 2017 at 5:31pmSorry for late reply. Thank you! Sign in to reply ...
I was wondering, how can i get rounded corners using the body border option?
Like this: http://codepen.io/chriscoyier/pen/EmKCa
Thanks!
Hi there,
Thank you for reaching out to us.
You can add rounded corner using the following code:
Hope this gets to help.
Best regards.
Sorry for late reply. Thank you!