diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..ebc1a66 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,16 @@ +body { + font-family: Arial, sans-serif; +} + +header { + text-align: center; +} + +#posts ul { + list-style-type: none; +} + +#newsletter { + margin-top: 20px; + text-align: center; +}