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