diff --git a/style.css b/style.css new file mode 100644 index 0000000..fe09811 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +h1.title { + text-align: center; + font-weight: bold; +} + +h4.author { + text-align: center; + font-weight: bold; +} + +body { + text-align: justify +}