Add flowers
This commit is contained in:
parent
c5d1a4aeca
commit
ae2c90c059
2 changed files with 11 additions and 0 deletions
|
@ -17,6 +17,10 @@ block root
|
||||||
|
|
||||||
h1
|
h1
|
||||||
a(href="/") deuxfleurs
|
a(href="/") deuxfleurs
|
||||||
|
section.center
|
||||||
|
img(src="/img/flower.svg", width="40")
|
||||||
|
|
|
||||||
|
img(src="/img/flower.svg", width="40")
|
||||||
nav.computer_block
|
nav.computer_block
|
||||||
+menu(root)
|
+menu(root)
|
||||||
|
|
||||||
|
|
|
@ -92,6 +92,13 @@ section::after, p::after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* center */
|
||||||
|
.center {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ELEMENTS
|
* ELEMENTS
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue