Hello World! (Copy 7658)
✨ PANITHAN KONGTHONG
<html> <head> <title>My wed site!!!</title> <style> body{ margin:0px } .colors{ width:100%; height:100px; background-color:red; text-align:center; padding:10px; } .pictures{ width:100%; height:100%; } </style> </head> <body> <div class='colors'> <h1> My wed site!!! </h1> </div> <div class='pictures'> </div> </body> </html>