CSS Control Area rounded corner display

Source: Internet
Author: User

Use the following method to display text in a box

The box is colored,

The box is surrounded by rounded corners.

 

 

<Style>

. Frame_lower {

/* The image is large and the bottom is a rounded corner */

/* 0 indicates the horizontal position. 100% indicates the vertical position */

Background: URL (./images/bg_frame_lower.gif) No-repeat 0 100%;

Margin: 15px auto;

Width: 568px;

}

 

. Fram_upper {

/* The image is small and rounded at the top */

Background: URL (./images/bg_frame_lower.gif) No-Repeat;

Padding: 1px 1px;

}

 

. Border {

/* The parameters after padding represent the top right bottom left */

Padding: 0 15px 0 30px;

Background-color: #000099;

}

</Style>

 

<Div class = "frame_lower">

<Div class = "frame_upper">

<Div class = "border">

Ssssstest

<Div>

<Div>

<Div>

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.