An open API service indexing awesome lists of open source software.

https://github.com/markalbrand56/stw-laboratorio-4

Sistemas y Tecnologías Web: Laboratorio 4. Arte con CSS
https://github.com/markalbrand56/stw-laboratorio-4

css css-art

Last synced: 4 months ago
JSON representation

Sistemas y Tecnologías Web: Laboratorio 4. Arte con CSS

Awesome Lists containing this project

README

        

# Laboratorio 4

## Rúbrica

- [x] (20 puntos) [Criterio subjetivo] Según qué tan compleja es la imagen original que eligieron
- [ ] (20 puntos) [Criterio subjetivo] Según qué tanto se parezca a la imagen original su dibujo en css
- [ ] (50 puntos) Por utilizar un único elemento de html en toda su imagen
- [x] (10 puntos) Por cada elemento de html diferente que utilicen, para un máximo de 50 puntos. El primer elemento no cuenta.
- Div
- Span
- p
- Aside
- Section
- Footer
- [x] (10 puntos) Por utilizar los pseudo-elementos ::before y ::after
- [ ] (5 puntos) Por utilizar " " para combinar elementos descendientes
- [ ] (5 puntos) Por utilizar el selector +
- [ ] (5 puntos) Por utilizar el selector ~
- [ ] (5 puntos) Por utilizar el selector >
- [ ] (5 puntos) Por utilizar las pseudo-clases :first-child y :last-child
- [ ] (5 puntos) Por utilizar la pseudo-clase :nth-child
- [x] (10 puntos) Por utilizar significativamente display: flex o display: grid
- [x] (50 puntos) Por no utilizar position: absolute (su imagen debe ser suficientemente compleja para contar)

## Foto a replicar
### Dodge Charger 1970
![Dodge Charger](https://github.com/markalbrand56/STW-Laboratorio-4/blob/master/img/dodge_charger.png)

### Resultado
![Resultado](https://github.com/markalbrand56/STW-Laboratorio-4/blob/master/img/producto_final.png)