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

https://github.com/heraldofortuna/html-css-essentials

Guide of HTML and CSS essentials made using these same technologies.
https://github.com/heraldofortuna/html-css-essentials

codeable css html

Last synced: about 1 year ago
JSON representation

Guide of HTML and CSS essentials made using these same technologies.

Awesome Lists containing this project

README

          

# Codeable - HTML & CSS Essentials

This is my first project of Codeable. Codeable is a peruvian bootcamp of full stack web development.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)

## Overview

### The challenge

- Make a separate HTML guide in 3 large parts: Typography, Elements and Blocks.

- The 3 parts will be on different pages and you can access each one from a sidebar.

- Also, each section should have a small sample of HTML code.

* It has no responsive design (for now)

### Screenshot

![](./assets/screenshot.JPG)

### Links

- [Solution Link](https://github.com/heraldofortuna/html-css-essentials)
- [Live Site Link](https://heraldofortuna.github.io/html-css-essentials/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid

### What I learned

I learned how to write html label as text inside another html tag.

```html

<button
class="button button--success">Apply now<&sol;button>

```

### Continued development

Now I will continue with another Codeable project.

### Useful resources

I used the guides found on Codeable website. Only that.

## Author

- Codeable - [Codeable](https://www.codeable.la/)
- Twitter - [@heraldofortuna](https://twitter.com/heraldofortuna)

## Acknowledgments

To Diego, Wences and Deyvi, my mentors.