diff --git a/css/stylesheet.css b/css/stylesheet.css index 94ec175..38c17ed 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -1,9 +1,22 @@ +body { + font-family:sans-serif; + width:50%; + margin-left:auto; + margin-right:auto; +} + +p { + font-size:medium; + font-family:sans-serif; + font-weight:normal; +} + /* navigation */ ul { list-style-type:none; overflow: hidden; background-color:none; - image-orientation: left; + image-orientation: left; } li {