Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed May 31, 2024
1 parent fa0772d commit 723e409
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hiking/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html {
}

body {
width: 70%;
width: 75%;
margin: 0 auto;
}

Expand Down
14 changes: 13 additions & 1 deletion Hiking/accueil.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,22 @@ <h3>Nos styles</h3>
</thead>
</table>


</article>

<!-- the aside content can also be nested within the main content -->

<h2>Related</h2>

<ul>
<li><a href="#">Oh I do like to be beside the seaside</a></li>
<li><a href="#">Oh I do like to be beside the sea</a></li>
<li><a href="#">Although in the North of England</a></li>
<li><a href="#">It never stops raining</a></li>
<li><a href="#">Oh well...</a></li>
</ul>
</aside>


<aside>
<h3>Contactez-nous</h3>

Expand Down

0 comments on commit 723e409

Please sign in to comment.