From 3bbf7e07df9115b293fd6518f229583d8807b160 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 29 Nov 2022 19:29:47 -0600 Subject: [PATCH] Fix #7350 link not accesible in CSS/First_steps [es] (#10081) Fix #7350 --- files/es/learn/css/first_steps/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/es/learn/css/first_steps/index.md b/files/es/learn/css/first_steps/index.md index 0a4e2aff41a404..af32e7e47ca2a0 100644 --- a/files/es/learn/css/first_steps/index.md +++ b/files/es/learn/css/first_steps/index.md @@ -34,5 +34,5 @@ Este módulo contiene los siguientes artículos, que te guiarán a través de to ## Ver también -- [Conocimiento práctico intermedio Web 1: Introducción a CSS (en Inglés)](https://teach.mozilla.org/activities/intermediate-web-lit/) - - : Aprende acerca de como agregar estilo a los elementos HTML en una página web, selectores CSS, atributos, y valores. +- [Usa tu nuevo conocimiento](/es/docs/Learn/CSS/First_steps/Styling_a_biography_page) + - : Con lo que has aprendido en los últimos artículos, deberías descubrir que puede formatear documentos de texto simples usando CSS para agregarles su propio estilo. Esta evaluación te da la oportunidad de hacerlo.