diff --git a/css/body.css b/css/body.css new file mode 100644 index 0000000..ff9e456 --- /dev/null +++ b/css/body.css @@ -0,0 +1,18 @@ +.headline { + color: white; + display: flex; + flex-direction: column; + justify-content: center; + margin-left: 5%; + width: 50%; + height: calc(100vh - 20vh); +} + +.headline-title { + font-size: 50px; + font-family: 'Quicksand', sans-serif; +} +.element { + font-size: 35px; + font-family: 'Quicksand', sans-serif; +} diff --git a/img/example.jpg b/img/example.jpg new file mode 100644 index 0000000..e273129 Binary files /dev/null and b/img/example.jpg differ diff --git a/index.html b/index.html index 1989878..0b8bc7c 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,20 @@