Skip to content

Commit

Permalink
added link to site
Browse files Browse the repository at this point in the history
  • Loading branch information
oanapintoiu committed Aug 12, 2024
1 parent d8d8252 commit 1afdf46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pokémon Search App
# Pokémon Search App [(Deployed)](oanapintoiu.github.io/pokemon_api/)

This repository contains a simple web application that allows users to search for Pokémon by name or ID using the Pokémon API. The application retrieves and displays various details about the Pokémon, including its stats, types, and sprite.

Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
font-family: 'Arial', sans-serif;
background-color: #f8f8f8;
color: #333;
color: var(--main-grey);
margin: 0;
padding: 0;
display: flex;
Expand Down

0 comments on commit 1afdf46

Please sign in to comment.