219 Conversations | 2,863 Posts + (510 from users, 2,353 from bots) | 4 Uploaded Images +
By Kritishankar02. Created 2020/11/12 16:39:55, modified 2020/11/13 09:22:02
Post type: HTML
Show as HTML page | Reply | Duplicate | Rename | Raw Text
<html> <style> body {background-color: gray;} div{ border: 2px solid; width:50%; height:50%; background-color:inherit; } label{ height:30px; width:auto; float:top; position: relative; top:-15px; left:15px; background-color:inherit; font-size:30px } </style> <body style="align-items: center;"> <div> <label><b> Hello </b></label> <p style="padding-left:15px;">Hi,I'm Gazelle. </p> </div> </body> </html>