Add flowers

This commit is contained in:
Quentin 2020-05-10 18:47:32 +02:00
parent c5d1a4aeca
commit ae2c90c059
2 changed files with 11 additions and 0 deletions

View File

@ -17,6 +17,10 @@ block root
h1
a(href="/") deuxfleurs
section.center
img(src="/img/flower.svg", width="40")
|
img(src="/img/flower.svg", width="40")
nav.computer_block
+menu(root)

View File

@ -92,6 +92,13 @@ section::after, p::after {
content: "";
}
/* center */
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
/*
* ELEMENTS
*/