<HTML>
<Head>
<Title> Use CSS to achieve the effect of corner corners without an image background </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
<Style type = "text/CSS">
Div. roundedcorner {Background: rgba (250,240,110, 1 )}
B. rtop, B. rbottom {display: block; Background: # fff}
B. rtop B, B. rbottom B {display: block; Height: 1px; overflow: hidden; Background: rgba (250,240,110, 1 )}
B. R1 {margin: 0 5px}
B. R2 {margin: 0 3px}
B. R3 {margin: 0 2px}
B. rtop B. R4, B. rbottom B. R4 {margin: 0 1px; Height: 2px}
</Style>
</Head>
<Body>
<Div class = "roundedcorner">
<B class = "rtop"> <B class = "R1"> </B> <B class = "R2"> </B> <B class = "R3"> </B> <B class = "r4"> </B>
<P> to be booked <br/>
Gregorian calendar, December 1, August 15, 011 <br/>
Lunar New Year August 15, 011 <br/>
Friday <br/>
Groom <strong> Guo Jing </strong> <br/>
Bride <strong> Huang Rong </strong> <br/>
<Strong> wedding ceremony </strong> <br/>
Seat: Peony Hall on the third floor of longcheng ligong hotel <br/>
Time: am <br/>
Coming soon <br/> </P>
<B class = "rbottom"> <B class = "r4"> </B> <B class = "R3"> </B> <B class = "R2"> </B> <B class = "R1"> </B>
</Div>
</Body>
</Html>