Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carlosfrontend/odin-recipes

Recipes Web Page | The Odin Project
https://github.com/carlosfrontend/odin-recipes

css html odin-project recipes-website tags

Last synced: 6 days ago
JSON representation

Recipes Web Page | The Odin Project

Awesome Lists containing this project

README

        

# Odin-Recipes
Recipes Web Page | The Odin Project |
[Project: Recipes Foundations Course](https://www.theodinproject.com/lessons/foundations-recipes)

[Go to Preview](https://carlosfrontend.github.io/odin-recipes/) :point_left:

In this project, a basic template in **HTML language** has been used to create several pages with recipes.

The following concepts of this language have been used for its development:

* Boilerplate HTML
* Use of headings tags ```h1, h2, h3```
* Insert images with image tag ``` My sample image```
* Working with links tags:
* With relative paths ```Peas with Ham```
* ~~With absolute paths~~ ```Back```
* Use of lists:
* Unordered lists:
```


  • Content1

  • Content2

  • Content3


```
* Ordered lists:
```

  1. Content1

  2. Content2

  3. Content3


```

#### Happy Coding!!! :heart: