Skip to content

Commit 2b67aca

Browse files
committed
your-second-style
1 parent aa32c25 commit 2b67aca

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<style>
5+
/* Your code here */
6+
</style>
7+
</head>
8+
<body>
9+
Hello! My background should be blue!
10+
</body>
11+
</html>

exercises/01.3-Your-Second-Style/README.es.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# `01.2` Tu Segundo Estilo
1+
# `01.3` Tu Segundo Estilo
22

33
Cuando usas CSS, la idea es aplicar `reglas css` a tus `elementos html`, siempre debes seleccionar primero el elemento y luego especificar qué reglas deseas aplicarle:
44

5-
Por ejemplo, este es el código si quiero que todos las anchors de mi sitio web (etiquetas `<a>`) sean azules:
5+
Por ejemplo, este es el código si quiero que todos las anchors de mi sitio web (`etiquetas <a>`) sean azules:
66

77
```css
88
a {

0 commit comments

Comments
 (0)