Ver ❯
Herramientas SEO
Tamaño del resultado:
668 x 574
×
Cambiar Orientacion
Cambiar tema, Oscuro/Luz
<!doctype html> <html lang="es"> <head> <meta charset="utf-8"> <title>Trucos y efectos de CSS3 - Tutoriales En Linea</title> </head> <body> <style> main { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 39px 0; -select: none; font: 16px / 1 Helvetica, sans-serif; } p > a { text-decoration: underline wavy #b4a078; } </style> <main ref="main"> <p><a>Trucos de CSS3 que los desarrolladores de web necesitan saber!</a></p> </main> </body> </html>