Rounded Corners on CPINFO Box
2 posters
Page 1 of 1
Rounded Corners on CPINFO Box
Hello, I was wondering how do I get rounded corner on my CPINFO box like these.
The code I am currently using is
The code I am currently using is
- Code:
.box {
border: 1px solid;
margin: 2px 0px;
padding:10px 5px 5px 10px;
background-repeat: no-repeat;
background-position: 40px center;
}
.box {
color: #000000;
background-color: #ffffcc;
background-image: url('');
}
Last edited by silly-aussie on April 25th 2015, 10:09 pm; edited 1 time in total
Re: Rounded Corners on CPINFO Box
Hi @silly-aussie,
To round the corners of an element in CSS, you can use the border-radius property.
Example :
To round the corners of an element in CSS, you can use the border-radius property.
Example :
- Code:
.box { border-radius:10px }
Similar topics
» cpinfo Tables
» Forum corners
» Rounded border .
» rounded corners for post background
» Rounded corners on youtube videos.
» Forum corners
» Rounded border .
» rounded corners for post background
» Rounded corners on youtube videos.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum