Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aplicar estilos a elementos HTML utilizando tres métodos diferentes #538

Closed
wants to merge 2 commits into from

Conversation

juaan312
Copy link

En este commit, se han aplicado estilos a los elementos HTML de la página Methods for Adding CSS utilizando tres métodos distintos:

  1. Se ha enlazado una hoja de estilos externa desde el archivo style.css.
  2. Se han agregado estilos internos en la sección <style> del del documento HTML.
  3. Se han aplicado estilos en línea directamente en la etiqueta HTML del botón.

Cada método ha sido utilizado para aplicar estilos al elemento div, al elemento p y al botón respectivamente, como se describe en el contexto proporcionado.

Because

This PR

Issue

Closes #XXXXX

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project Contributing Guide
  • The title of this PR follows the location of change: brief description of change format, e.g. 01-flex-center: Update self check
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If applicable, I have ensured that the TOP solution files match the Desired Outcome image

sainish mannequin added 2 commits April 28, 2024 20:35
En este commit, se han aplicado estilos a los elementos HTML de la página Methods for Adding CSS utilizando tres métodos distintos:
1. Se ha enlazado una hoja de estilos externa desde el archivo style.css.
2. Se han agregado estilos internos en la sección <style> del <head> del documento HTML.
3. Se han aplicado estilos en línea directamente en la etiqueta HTML del botón.

Cada método ha sido utilizado para aplicar estilos al elemento div, al elemento p y al botón respectivamente, como se describe en el contexto proporcionado.
@MaoShizhong
Copy link
Contributor

@juaan312 Good job finishing those exercises. As per step 6 of the exercises repo README, please do not open PRs for your own solutions in this repo.

You are welcome to commit to your own fork, but do not open a PR.

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.

None yet

3 participants