Skip to content

Html css basics#1

Open
grercoli wants to merge 39 commits intomasterfrom
HTML-CSS-Basics
Open

Html css basics#1
grercoli wants to merge 39 commits intomasterfrom
HTML-CSS-Basics

Conversation

@grercoli
Copy link
Owner

No description provided.

<p>
<button>Submit</button>
<button type="reset">Reset form</button>
</p>
Copy link

Choose a reason for hiding this comment

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

Semánticamente, dentro de un <p /> se espera que haya texto, y no elementos de un form. Es mejor que agrupes los labels, inputs y buttons con otro tipo de tag, en lugar de un paragraph

.main-footer {
background-color: #222;
.footer {
background-color: magenta;
Copy link

Choose a reason for hiding this comment

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

Para los ejercicios 2.3.4 y 2.3.5, la idea es que hagas algo más general. Que la clase termine con R, POR EJEMPLO, header y footer. Pero considerá también los casos donde tengas una clase container. Hay selectores especiales para esto

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