HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point{ max-width:250px; padding:25px 0; border:1px solid #8c8c8c; } </style> </head> <body> <div id="point"> Maximum width of this container (div) is 250px. </div> </body> </html>
OUTPUT
×

Save as Private