Skip to content

Solucion a la práxis de CSS, ojo icono spotify - #3

Open
BlockXavi wants to merge 2 commits into
blockmaker-academy:mainfrom
BlockXavi:main
Open

Solucion a la práxis de CSS, ojo icono spotify#3
BlockXavi wants to merge 2 commits into
blockmaker-academy:mainfrom
BlockXavi:main

Conversation

@BlockXavi

Copy link
Copy Markdown

Le he intentado dar una estructura responsiva a base de vh y vw. No he podido fijar la posición absoluta del icono de spotify, aunque he intentado acercarme (bastante centrado)...

Comment thread src/index.html Outdated
<header>
<img src="/practica-html-css/src/images/spotify-logo.png" alt="Spotify-logo"/>
<ul>
<a href="#">Premium</a>

@alexmf91 alexmf91 Oct 23, 2023

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Te faltaria poner un elemento html li antes del a

Comment thread src/index.html Outdated
<main>

<section class="section-foto">
<h1>Music for everyone.</h1>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recuerda que de H1 deberia solo haber 1 por pagina, revisa la jerarquia de los encabezados

Comment thread src/index.html
</section>

<section class="section-verde">
<ul>

@alexmf91 alexmf91 Oct 23, 2023

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si es un elemento que tenga que ser una lista, faltaria el li

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants