diff --git a/questions.html b/questions.html index 2cb7cdf..2f2c307 100644 --- a/questions.html +++ b/questions.html @@ -3,6 +3,7 @@ Questions + @@ -20,7 +21,7 @@

Welcome to the server! It seems like you're interested in becoming an official member, so before we accept you - into our community, we'd like to get to know you a bit better. + into our community, we'd like to get to know you.

Why would you choose this action?
- +
  • @@ -106,11 +107,13 @@ If you were a moderator, what would you choose instead? Why?
    - +

  • - (questions for those over the age of 18... or those mature enough) +

    + (questions for those over the age of 18... or those mature enough) +

    One of your friends is upset. Someone has been harrassing them, asking for innapropriate pictures, constantly private messaging them about sexual topics without their consent. @@ -126,7 +129,7 @@ If this situation is happening to you, what would you choose instead?
    - +
  • More scenarios to come...

    diff --git a/resources/questions b/resources/questions deleted file mode 100644 index e69de29..0000000 diff --git a/resources/questions/style.css b/resources/questions/style.css new file mode 100644 index 0000000..f7970a2 --- /dev/null +++ b/resources/questions/style.css @@ -0,0 +1,7 @@ +#scenarios li{ + font-family: "Times New Roman"; +} +#redlike{ + font-family: sans-serif; + color: rgb(240, 0, 100); +}