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 Sep 30, 2023
1 parent 8afde0e commit 7dc34c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions My-Website.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,6 @@ body {
-------Page parametres-------
---------------------------*/

/*-----Bouton dark mode-----*/

.btnDark {

width: 40px;
cursor: pointer;

}

/*-----Dark mode-----*/

body.active {
Expand Down Expand Up @@ -518,6 +509,18 @@ body.active .shortcut {

@media screen and (max-width: 900px) {

.ecran {

display: none;

}

.shortcutTitre {

display: none;

}

.boxShortcut {

display: none;
Expand Down Expand Up @@ -563,12 +566,6 @@ body.active .shortcut {
width: 0%;

}

.btnEcran {

display: none;

}
}

@media screen and (max-width: 600px) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<p class="titre">Paramètres</p>
<div class="btnParametres dark">Test1</div>
<div class="btnParametres ecran">Test2</div>
<p>Raccourcis pour le site</p>
<p class="shortcutTitre">Raccourcis pour le site</p>
<div class="boxShortcut">
<div class="shortcut">
<img class="imgShortcut" src="ubuntu.png" alt="Ubuntu">
Expand Down

0 comments on commit 7dc34c1

Please sign in to comment.