Fieldset and Legend CSS

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Fieldset and Legend CSS

<style type="text/css"> fieldset { border:1px solid green; vertical-align:top; margin:20px 0px 20px 0px; padding:0px 10px 10px 10px; } legend { padding:2px 5px; margin:0px 0px 10px 0px; border:1px solid green; color:#FFF; font-size:90%; text-align:right; background-color:green; } </style> </head> <body> <fieldset style="width:300px;"> <legend> Information System </legend> <p>Amabssertigterotiert</p> </fieldset> </body>

You might also like