Source et léger paufinement
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<div class="src">
|
<div class="src">
|
||||||
<a href="google.com">Une source</a>
|
<a href="https://code.romhackplaza.org/Benjamin/LesRecettesDePapis" target="_blank">Notre Gitea</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="Contact">
|
<div class="Contact">
|
||||||
Front end : Bousquet Sébastien
|
Front end : Bousquet Sébastien
|
||||||
|
|||||||
9
main.css
9
main.css
@@ -71,6 +71,7 @@ nav {
|
|||||||
.nav-element {
|
.nav-element {
|
||||||
line-height: 2.5;
|
line-height: 2.5;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin: 4px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
@@ -305,8 +306,12 @@ ul {
|
|||||||
|
|
||||||
|
|
||||||
.recette-liste-ingr-div {
|
.recette-liste-ingr-div {
|
||||||
padding-left: 80px;
|
margin-left: 120px;
|
||||||
width: 100%;
|
padding-left: 100px;
|
||||||
|
width: 75%;
|
||||||
|
border: 1px solid black;
|
||||||
|
border-radius: 200px;
|
||||||
|
box-shadow: 7px 4px 7px black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recette-liste-ingr-elem {
|
.recette-liste-ingr-elem {
|
||||||
|
|||||||
Reference in New Issue
Block a user