CSS rounded corner effect, 2 Examples

Source: Internet
Author: User

1. You can cut the image into four or two. For example

2.Code

Html

 <  Div   Class  = "Box"  >      <  Div   Class  = "Outer"  >          <  Div   Class  = "Inner"  >              <  H2  > Headlines </  H2  >              <  P  > Content, fdascot <  BR   /> Content, fdascot <  BR   /> Content, fdascot <  BR   /> Content, fdascot <  BR   />             </  P  >          </  Div  >  </  Div  >  </  Div  >  <  Div   Class  = "Box2"  >  <  Div   Class  = "Outer2"  >  <  Div   Class  = "Inner2"  >         <  H2  > Headlines </  H2  >         <  P  > Content, fdascot <  BR   /> Content, fdascot <  BR   /> Content, fdascot <  BR   /> Content, fdascot <  BR   />              </  P  >   </  Div  >  </  Div  >  </  Div  > 

CSS

. Box {Background: URL (images/bottom_left.gif) No-repeat left bottom; width: 300px ;}. outer {Background: URL (images/bottom_right.gif) No-repeat right bottom; padding-bottom: 5% ;}. inner {Background: URL (images/top_left.gif) No-repeat left top; padding-left: 20px ;}. inner H2 {Background: URL (images/top_right.gif) No-repeat right top; padding-top: 5% ;}. box2 {Background: URL (images/corner-left.gif) No-repeat left bottom; width: 300px ;}. outer2 {Background: URL (images/corner-right.gif) No-repeat right bottom; padding-bottom: 5% ;}. inner2 {Background: URL (images/corner-left.gif) No-repeat left top; padding-left: 20px ;}. inner2 H2 {Background: URL (images/corner-right.gif) No-repeat right top; padding-top: 5% ;}

3. Final Results

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.