HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div{ border: 1px solid black; width: 200px; padding-bottom: 50px; } </style> </head> <body> <h1>CSS padding-bottom Property</h1> <div> This div has 50px bottom space for its content. </div> </body> </html>
OUTPUT
×

Save as Private