Skip to content

Commit 5b6dcd6

Browse files
committed
resets folder removed
1 parent ec789c3 commit 5b6dcd6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

exercises/00-Welcome/README.es.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
intro: "https://www.youtube.com/watch?v=BDKdUPDez-U"
3+
---
4+
5+
# ¡¡Bienvenido a los ejercicios de CSS!!
6+
7+
Mi nombre es Alejandro Sanchez [@alesanchezr](https://twitter.com/alesanchezr). ¡¡Estoy muy contento de que estés aquí!! 🎉 😂
8+
Aprender a programar es dificil ¡necesitas entrenamiento! Envíame un DM en Twittwer si tienes alguna pregunta.
9+
10+
11+
Durante este curso aprenderás los siguientes conceptos:
12+
13+
1. Cómo aplicarle CSS a tu sitio web de tres maneras diferentes: Inline, agrupandolo dentro de una etiqueta `<style>`o sando una hoja de estilos `<link>` externa.
14+
2. A seleccionar Elementos HTML de tu sitio web para aplicarle estilos.
15+
3. A aplicar Reglas CSS (estilos) a esos elementos.
16+
5. Aprenderás los trucos más populares de CSS.
17+
18+
Puede que ya hayas notado que HTML te permite crear solo sitios web básicos. Nadie quiere ver un sitio web blanco con un texto horrible ¡Así que es hora de aprender todo sobre CSS! Aprende a embellecer tu sitio web ¡Hagamos que brille!
19+
20+
## Colaboradores
21+
22+
Agradecimientos a estas increíbles personas: ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
23+
24+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
25+
1. [Paolo Lucano (plucodev)](https://github.com/plucodev), contribution: (coder), (build-tests) :warning:
26+
27+
This project follows the
28+
[all-contributors](https://github.com/kentcdodds/all-contributors)
29+
specification. Contributions of any kind are welcome!

0 commit comments

Comments
 (0)