Add questions and answers on qa page

master
Raymonzut 4 years ago
parent bb7e8f9c89
commit df3ff8f27c
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 4
      client/public/assets/styling/general.css
  2. 7
      client/public/qa.html

@ -9,3 +9,7 @@ nav {
margin-right: 0vw;
}
}
.question {
font-style: italic;
}

@ -21,6 +21,13 @@
<a href="/posts">Posts</a>|
<a href="/qa">QA</a>
</nav>
<div>
<h4 class="question">What is this site about?</h4>
<h4>This site is about me and the stuff I make</h4>
<h4 class="question">Why is it still so empty?</h4>
<h4>Because I am framework hopping and now ditching frameworks all together</h4>
</div>
</div>
</body>
</html>

Loading…
Cancel
Save