
i need that oval around where the poste note original statement is i already have the background i just need to do the oval with css, and video area along with social icons any assistance
see attachment below i just need to know how can i get that background with oval around the background in psd i have am trying to get it in css thanks
i need that oval around where the poste note original statement is i already have the background i just need to do the oval with css, and video area along with social icons any assistance
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
Hi
You are looking for a way to round a corners ? Did I understood You right ?
- Code: Select all
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;