-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathlearn.json
26 lines (26 loc) · 1.42 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"slug": "css-layouts-tutorial-exercises",
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true",
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises",
"title": {
"us": "Build Website Layouts with CSS",
"es": "Construye diseños de sitios web con CSS"
},
"description": {
"us": "Learn how to build layouts with an interactive and auto-graded tutorial. Master CSS properties like display, position, float, and z-index. Understand how to center content, create sidebars, and use pseudo-elements. Enhance your web design skills with practical, auto-graded tutorials.",
"es": "Aprende a construir diseños con un tutorial interactivo y auto-corregido. Domina las propiedades CSS como display, position, float y z-index. Entiende cómo centrar contenido, crear barras laterales y usar pseudo-elementos. Mejora tus habilidades de diseño web con tutoriales prácticos y auto-corregidos."
},
"duration": 8,
"difficulty": "easy",
"skills": ["html-layouts","css-styling"],
"videoSolutions": false,
"projectType": "tutorial",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,
"editor": {
"version": "5.0"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry?asset_id=232"
}
}