Skip to content

Html css basics#1

Open
grercoli wants to merge 39 commits into
masterfrom
HTML-CSS-Basics
Open

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

Conversation

@grercoli
Copy link
Copy Markdown
Owner

No description provided.

Comment thread 00-HTML-CSS-basics/index3.html Outdated
<p>
<button>Submit</button>
<button type="reset">Reset form</button>
</p>
Copy link
Copy Markdown

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
Copy Markdown

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