Tutorials Infos - Anleitungen - Hilfe - Dreamcodes
 

Runde Ecken

01 <html>

02 <head>
03   <meta http-equiv="X-UA-Compatible" content="IE=edge" />
04   <style type="text/css">
05   <!--
06     body {
07       background-color: #FFF;
08     }
09     .box {
10       border: 5px solid #CCC;
11       background-color: #EEE;
12       width: 500px;
13       padding: 10px;
14       margin: 10px;
15     }
16     .abgerundet {
17       border-radius:10px; /* CSS3 */
18       -moz-border-radius:10px; /* Firefox */
19       -webkit-border-radius:10px; /* Safari, Chrome */
20       -khtml-border-radius:10px; /* Konqueror */
21     }
22   -->
23   </style>
24 </head>
25 <body>
26   <div class="abgerundet box">
27     Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut venenatis auctor fermentum. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
28   </div>
29 </body>
30 </html>

 
ID: 2052
eingestellt am: 02.05.2012
Autor: Keine Angabe
Status zum lesen: Gast
gelesen: 4420
Webseite: www.dreamcodes.com
[Drucken]