Novedades
UniversoCraft

Para poder participar en los foros, deberás ser jugador dentro del servidor de mc.universocraft.com! Tan solo entra a los Lobbys Principales del servidor y ejecuta el comando /foro [email protected] tupassword (recuerda que debe de ser un email válido para poder confirmar tu cuenta desde ahí).

Si ya estás registrado anteriormente tan solo pulsa en el boton de acceder con tus datos de acceso.

Miren lo que hice en el visual Studio code

#1
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>hola</title>
</head>
<body>
<header>
    <h1 style="font-family: 'Times New Roman', Times, serif;">Hola!<h1>
        <p style="font-family: Arial, Helvetica, sans-serif;">Bienvenido a mi blog! <br> donde voy a hacer cosas chidas</p>
</header>
<br><br><br>
<article class="Post">
   <section>
        <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
            <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
   </section>
</article>
    <br><br><br>
<article class="post">
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article class=post>
    <br><br><br>
 <article>
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article>
    <br><br><br>
 <article class="post">
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article class=post>
    <br><br><br>
 <article class="post">
    <section>
         <h2 style="font-family: 'Times New Roman', Times, serif">Prueba 1</h2>
             <p style="font-family: Arial, Helvetica, sans-serif;">Este texto es muy largo que no podras leer ni un solo poquito<br>porque yo escribo mucho texto</p>
    </section>
 </article>
    <footer>
        <h3 style="font-family: sans-serif;">copyright Visual studio code xdd, todos los derechos reservados</h3>
            <a target="_blank" href="https://www.google.com" style="color: #571616;">Acceso directo a google</a>
    </footer>
</body>
</html>
 
Arriba