Skip to content

Commit

Permalink
Ajout et modifications des balises semantiques
Browse files Browse the repository at this point in the history
  • Loading branch information
Florasol committed Sep 8, 2024
1 parent 70f99f8 commit b91a762
Show file tree
Hide file tree
Showing 5 changed files with 192 additions and 132 deletions.
Binary file not shown.
Binary file removed assets/images/slider/nicholas-green-concert-480.webp
Binary file not shown.
Binary file removed assets/images/slider/ryoji-iwata-business-480.webp
Binary file not shown.
47 changes: 39 additions & 8 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ body {
font-family: 'Inter';
font-style: normal;
}

p {
font-size: 18px;
}

.top-header {
background-color: white;
position: sticky;
Expand All @@ -18,15 +23,15 @@ body {
align-items: center;
}

.top-header .name {
font-size: 26px;
ul {
list-style: none;
}

.nav ul {
display: flex;
list-style-type: none;
font-size: 14px;
margin-bottom: 0;
font-size: 18px;
}

.nav li {
Expand Down Expand Up @@ -77,7 +82,6 @@ body {
.about-me__title {
margin-top: 1em;
margin-bottom: 60px;
font-size: 30px;
}
.about-me__introduction {
font-family: 'Spectral';
Expand All @@ -87,7 +91,6 @@ body {
}
#about-me p {
width: 80%;
font-size: 14px;
}

img {
Expand All @@ -114,6 +117,7 @@ img {
color: #fff;
background-color: #BEB45A;
border-radius:0 ;
font-size: 18px;
}
.nav-pills .nav-link {
color: #000
Expand Down Expand Up @@ -231,15 +235,13 @@ form {
width: 70%;
align-items: flex-start;
}

form input {
width: 100%;
background-color: transparent;
border: solid 1px;
height: 2.5em;
margin-bottom: 20px;
}

form textarea {
width: 100%;
background-color: transparent;
Expand All @@ -253,6 +255,23 @@ input[type="submit"] {
background-color: #BEB45A;
padding: .5em 1em
}
/* --> Footer <-- */
footer {
background-color: #F6D2B8;
color: black;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content:space-around;
}
#footer-infos {
padding-top: 16px;
}
#footer-rights {
font-style: italic;
display: flex;
align-items:end;
}

@media all and (max-width: 1180px) {
.picture {
Expand All @@ -265,7 +284,7 @@ input[type="submit"] {
margin-top: 0;
margin-bottom: 1em;
}
#about-me h6, #about-me p {
#about-me h3, #about-me p {
width: 100%;
}
}
Expand Down Expand Up @@ -362,5 +381,17 @@ input[type="submit"] {
.picture {
width: 80%;
}
.nav ul {
font-size: 14px;
}
footer ul {
font-size: 12px;
}
p {
font-size: 14px;
}
.quote__author {
font-size: 16px;
}
}

Loading

0 comments on commit b91a762

Please sign in to comment.