From df3ff8f27c3bbcdfd764e71f00dc61bb8386179a Mon Sep 17 00:00:00 2001 From: Raymonzut <40148684+Raymonzut@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:20:21 +0200 Subject: [PATCH] Add questions and answers on qa page --- client/public/assets/styling/general.css | 4 ++++ client/public/qa.html | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/client/public/assets/styling/general.css b/client/public/assets/styling/general.css index 0225a83..398cad6 100644 --- a/client/public/assets/styling/general.css +++ b/client/public/assets/styling/general.css @@ -9,3 +9,7 @@ nav { margin-right: 0vw; } } + +.question { + font-style: italic; +} diff --git a/client/public/qa.html b/client/public/qa.html index a64e234..77ff2c1 100644 --- a/client/public/qa.html +++ b/client/public/qa.html @@ -21,6 +21,13 @@ Posts| QA +
+

What is this site about?

+

This site is about me and the stuff I make

+ +

Why is it still so empty?

+

Because I am framework hopping and now ditching frameworks all together

+