Skip to content

Commit

Permalink
📝 Adding images in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheeusb committed Sep 21, 2023
1 parent eba3333 commit 42dd0b3
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,31 @@

O Cooking Recipes é um aplicativo para quem gosta de cozinhar e quer ter receitas incríveis na palma da sua mão! O aplicativo possui uma interface simples e intuitiva, onde você poderá acessar um grande catálogo de receitas de maneira organizada, separadas por categorias. Todas receitas possuem seus respectivos ingredientes e passo a passo do modo de preparo.

<div class="images">
<img src="./docs/cooking_recipes_app_readme_light.png"/>
<img src="./docs/cooking_recipes_app_readme_dark.png"/>
</div>

<style>
.images img {
width: 50%;
height: auto;
margin-right: 10px;
}
.images img:last-child {
margin-right: 0;
}
.images {
display: flex;
width: 100%;
}
</style>
<html>
<head>
<style>
.images img {
width: 50%;
height: auto;
margin-right: 10px;
}
.images img:last-child {
margin-right: 0;
}
.images {
display: flex;
width: 100%;
}
</style>
</head>
<body>
<div class="images">
<img src="./docs/cooking_recipes_app_readme_light.png"/>
<img src="./docs/cooking_recipes_app_readme_dark.png"/>
</div>
</body>
</html>


## Índice

Expand Down

0 comments on commit 42dd0b3

Please sign in to comment.