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%; padding: 52px 39px; background: rgba(180,160,120,.1); } span.key { padding-right: 6px; } span.bold { line-height: 2em; font-weight: bold; } span.br::before { content: "\A"; white-space: pre; } span.bold + span.bold::before { content: ", "; font-weight: 500; margin-left: -.25em; } </style> <main class="main"> <span class="key">👦🏿Name:</span> <span class="bold">OmegaYalfa</span> <span class="key br">👨🏼💻GitHub:</span> <span class="bold">https://github.com/OMEGAYALFA</span> <span class="key br">🌎TL:</span> <span class="bold">https://tutorialesenlinea.descargarjuegos.org</span> </main> </body> </html>