Generation

css from descriptionMon, 20 Mar 2023

crea un div con 100 de alto y 100 de ancho

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Title of the document</title> <style> .container{ width: 100px; height: 100px; } </style> </head> <body> <div class="container"> </div> </body> </html>

Questions about programming?Chat with your personal AI assistant