summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-10-21 22:19:07 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-10-21 23:19:11 +0200
commitfaecfa554e8ac349706b97e5a438052832157c51 (patch)
treedc1e4340664be915e6854c4e71546f9ca791bf6f /commun.css
parent71c87cac822918c823f4e1ee06ad252ceef6bc28 (diff)
downloadquatuorbellefeuille.com-faecfa554e8ac349706b97e5a438052832157c51.tar.xz
add event grid
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/commun.css b/commun.css
new file mode 100644
index 0000000..1a6b751
--- /dev/null
+++ b/commun.css
@@ -0,0 +1,14 @@
+body {
+ background: #eee;
+ padding-left: 10%;
+ padding-right: 10%;
+}
+
+nav ol {
+ display: flex;
+ list-style-type: none;
+}
+
+nav ol li {
+ flex: 1;
+}