To-Do List
- hola
- http://agrosilca.us/1-autotodolist/
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>To-Do List</title> <style> body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f4f4f4; } .container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); width: 300px; } input { width: 70%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; } button { padding: 8px; background: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; } ul { list-style: none; paddin
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>To-Do List</title> <style> body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f4f4f4; } .container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); width: 300px; } input { width: 70%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; } button { padding: 8px; background: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; } ul { list-style: none; paddin
- <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>To-Do List</title> <style> body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f4f4f4; } .container { background: white; padding: 20px; border-radius: 8px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); width: 300px; } input { width: 70%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; } button { padding: 8px; background: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; } ul { list-style: none; paddin