diff --git a/css/style.css b/css/style.css index 9054080..69932bf 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,40 @@ -h1 { +body { + background-color: black; + /* font-family: "Arial", sans-serif; */ + font-family: "Helvetica", "Arial", sans-serif; + display: flex; color: red; +} + + +main { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +div { + display: flex; + flex-direction: column; +} + +h1 { + font-family: "Courier New", monospace; + font-size: 4rem; + text-shadow: + -1px -1px 0 white, + 1px -1px 0 white, + -1px 1px 0 white, + 1px 1px 0 white; + padding: 1rem; + text-align: center; +} + +h2 { + text-decoration: underline; +} + +p { + } \ No newline at end of file diff --git a/index.html b/index.html index 83f6186..82e31f6 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,37 @@