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 authored Feb 9, 2024
1 parent 5dafd28 commit 276b174
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions My-Website.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,14 @@ img, .custom-menu {

/*-----Marges des pages----*/

.section1, .section3 {
.section1, .section2, .section3 {

margin: 0px 10px 30px 90px;
position: relative;
top: 15px;

}

.section2 {

margin: 0px 10px 65px 90px;
position: relative;
top: 15px;

}

/*-----Titres tests-----*/

.titre {
Expand Down Expand Up @@ -305,6 +297,8 @@ img, .custom-menu {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
margin-top: 45px;

}

Expand Down Expand Up @@ -335,7 +329,6 @@ img, .custom-menu {
width: 750px;
margin-top: 18px;
position: relative;
top: 35px;
border-radius: 13px;
border: 1px var(--couleur) solid;

Expand Down Expand Up @@ -784,8 +777,8 @@ img, .custom-menu {

.section1, .section2, .section3 {

margin: 0px 15px 62.5px 15px;
margin: 0px 15px 0px 15px;

}

.nav {
Expand Down Expand Up @@ -855,7 +848,9 @@ img, .custom-menu {
}

.img {

transition: 0.2s;

}

.img:active {
Expand All @@ -875,6 +870,7 @@ img, .custom-menu {

display: block;
overflow: auto;
margin-top: 0;

}

Expand All @@ -896,7 +892,7 @@ img, .custom-menu {

.category:last-child {

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

}

Expand Down

0 comments on commit 276b174

Please sign in to comment.