HTML*
Bienvenidas y bienvenidos a: Tesis Plus
Tesis Plus: Tú aliado académico. Te ofrecemos asesoría personalizada para que conquistes tu tesis!!
CSS*
@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:wght@100..900&display=swap');
- { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #000000; color: #F6F6F6; height: 100vh; font-family: 'Montserrat', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.texto-destacado { color: #FFD700; }
.titulo-blog { color: #00b7ff; }
.presentacion { display: flex; align-items: center; justify-content: space-between; width: 80%; / margin: 0 auto; }
.presentacion_contenido { width: 50%; / }
.presentacion_imagen { width: 45%; height: auto; border-radius: 10px; / }
.presentacion_contenido_titulo { font-size: 36px; font-family: "Krona One", sans-serif; }
.presentacion_contenido_texto { font-size: 24px; font-family: "Montserrat", sans-serif; margin-bottom: 20px; }
.presentacion_enlaces { display: flex; justify-content: space-between; width: 100%; }
.presentacion_enlaces_links { width: 45%; /* Ajustar el tamaño de los enlaces */ background-color: #FFD700; text-align: center; padding: 15px 0; border-radius: 16px; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; color: #000000; margin-top: 10px; }