From beb3b4724920d947da3c3e737340885adb397ede Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Wed, 10 Jul 2019 02:45:37 +0200 Subject: [PATCH] positioning --- _sass/main.scss | 13 ++++++++----- index.html | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/_sass/main.scss b/_sass/main.scss index 12cecf4..6a53d3a 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -65,14 +65,17 @@ a { padding: 10px; border-radius: 3px; flex: 1 1 300px; - flex-direction: column; - display: flex; - flex-wrap: wrap; + + } h1 { transform: rotate(-90deg); - font-size: 5em; - margin: 0.1em 2em; + font-size: 4em; + width: 200px; + height: 200px; + position: absolute; + bottom: 10px; + left: 10px; } } diff --git a/index.html b/index.html index f4c74d0..87f0e15 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ layout: default
- +

Greetings Robot!