Alteration to blog post area is very interesting to me and More bloggers,here i just discussing about making rounded corner blog post area.Most of the blog posts are Square Box,and rounded corner blog posts is so different.
 |
After the Code |
 |
Before the Code imlemented |
Follow the Simple 2 Steps- Go To EDIT HTML from the Design.
- Now Search for body .main-inner .Blog or /* Posts
- Now Paste the Below Code after to it.
.date-outer, .post-outer {
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-goog-ms-border-radius: 10px !important;
border-radius: 10px !important;
}
Terimakasih anda telah membaca artikel tentang How to make rounded corner blog post area. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://kadangkumatmyblog.blogspot.com/2011/05/how-to-make-rounded-corner-blog-post.html. Terimakasih atas perhatiannya.