diff --git a/main b/main new file mode 100644 index 00000000..c49016f6 --- /dev/null +++ b/main @@ -0,0 +1,26 @@ +body{ + background-color: lightblue; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} +.content-wrapper{ + padding: 10px 30px; +} +p{ + text-align: justify; +} +h1{ + text-align: center; +} +.highlight{ + font-weight: 700; + color: forestgreen; +} +h1, h2{ + font-weight: 400; +} + +ul li{ + list-style-type: square; + margin-bottom: 10px; + margin-left: 50px; +}