Prev Demo
Min Height
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> .class1{ min-height:100px; border:1px solid green; width:200px; background-color:violet; } </style> <p>Min Height</p> <div class="class1">Techfunda is a online tutorial</div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output