Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
loicfarel committed Sep 29, 2024
1 parent 719a5f4 commit 7da323e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 31 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Tourism Bénin
# README

![Tourisme Bénin Preview](/assets/preview.webp)


## Exemple Site de Tourisme au Bénin

Voyagez au cœur de l'histoire et de la nature béninoises.

### URL
[Visitez le site ici](https://tourism-benin.vercel.app/)


Pour cloner:

**Clonez le dépôt** :
```bash
git clone https://github.com/loicfarel/tourism-benin
```

### Contribution

Si vous souhaitez améliorer ou apporter des modifications sur ce site, n'hésitez pas.


Tourism Website pour le Bénin.
Binary file added assets/preview.webp
Binary file not shown.
30 changes: 1 addition & 29 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,34 +80,6 @@ html {
margin-top: 2rem;
}

/*
.explore__more button {
border-radius: 10px;
} */


/* .section__nav {
display: flex;
align-items: center;
gap: 1rem;
}
.section__nav span {
padding: 0 7px;
font-size: 1.75rem;
color: var(--text-dark);
border: 1px solid var(--text-dark);
border-radius: 100%;
cursor: pointer;
transition: 0.3s;
}
.section__nav span:hover {
color: var(--white);
background-color: var(--primary-color);
border-color: var(--primary-color);
} */

.btn {
padding: 0.75rem 1.5rem;
Expand Down Expand Up @@ -285,7 +257,7 @@ nav {

.history__description p {
color: var(--text-dark);
font-size: 17px;
font-size: 16px;
font-weight: 500;
text-align: justify;
}
Expand Down

0 comments on commit 7da323e

Please sign in to comment.