diff options
Diffstat (limited to 'commun.css')
| -rw-r--r-- | commun.css | 14 |
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; +} |
