Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Feb 7, 2024
1 parent c551c01 commit 778db46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions My-Website.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ img, .custom-menu {
backdrop-filter: blur(10px);
z-index: 2000;


}

/*-----Bloc des reponses-----*/
Expand Down Expand Up @@ -410,7 +409,7 @@ img, .custom-menu {

font-size: 1em;
color: red;
margin-top: 15px;
margin-top: 50px;

}

Expand Down Expand Up @@ -897,7 +896,7 @@ img, .custom-menu {

.category:last-child {

margin-bottom: 65px;
margin-bottom: 33px;

}

Expand All @@ -918,7 +917,12 @@ img, .custom-menu {

.no-results {

font-size: 1.1em
font-size: 1.1em;
margin-top: 25px;
position: absolute;
left: 50%;
transform: translate(-50%,-50%);
width: max-content;

}

Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
<div class="containerRecherche">
<input class="recherche" type="text" placeholder="Rechercher un projet..." autocomplete="off">
<div class="resultats"></div>
<div class="txtRecherche">
<div class="imgRecherche"></div>
<p class="hbj">Regarder tout mes projets</p>
<p class="hbj">Site, Collaboration, Réseau etc...</p>
</div>
</div>
<div class="txtRecherche">
<div class="imgRecherche"></div>
<p class="hbj">Regarder tout mes projets</p>
<p class="hbj">Site, Collaboration, Réseau etc...</p>
</div>

<!---------------------------
Expand Down

0 comments on commit 778db46

Please sign in to comment.