Messing around with the stylesheet
This commit is contained in:
parent
197a7e1698
commit
a84e5aa0a6
3 changed files with 16 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Questions</title>
|
||||
<link rel="stylesheet" href="resources/questions/style.css">
|
||||
<link rel="stylesheet" href="resources/global/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -20,7 +21,7 @@
|
|||
<p>
|
||||
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.
|
||||
</p>
|
||||
<ul>
|
||||
<li>Name<br />
|
||||
|
@ -70,7 +71,7 @@
|
|||
most important: the action you'd perform first.
|
||||
<br />
|
||||
It doesn't matter <em>what</em> your awnser to this question is.
|
||||
What matters, and what we'll judge you on, is <em>why</em> you
|
||||
What matters in this case is <em>why</em> you
|
||||
choose the awnser.
|
||||
</p>
|
||||
<h3>Scenarios</h3>
|
||||
|
@ -87,7 +88,7 @@
|
|||
</ul>
|
||||
Why would you choose this action?
|
||||
<br />
|
||||
<input type="text" name="" value="enter your response here">
|
||||
<input type="text" name="" placeholder="Enter response here">
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
|
@ -106,11 +107,13 @@
|
|||
</ul>
|
||||
If you were a moderator, what would you choose instead? Why?
|
||||
<br />
|
||||
<input type="text" name="" value="enter your response here">
|
||||
<input type="text" name="" placeholder="Enter response here">
|
||||
</li>
|
||||
<br />
|
||||
<li>
|
||||
(questions for those over the age of 18... or those mature enough)
|
||||
<p id="redlike">
|
||||
(questions for those over the age of 18... or those mature enough)
|
||||
</p>
|
||||
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 @@
|
|||
</ul>
|
||||
If this situation is happening to you, what would you choose instead?
|
||||
<br />
|
||||
<input type="text" name="" value="enter your response here">
|
||||
<input type="text" name="" placeholder="Enter response here">
|
||||
</li>
|
||||
</ul>
|
||||
<p>More scenarios to come...</p>
|
||||
|
|
7
resources/questions/style.css
Normal file
7
resources/questions/style.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
#scenarios li{
|
||||
font-family: "Times New Roman";
|
||||
}
|
||||
#redlike{
|
||||
font-family: sans-serif;
|
||||
color: rgb(240, 0, 100);
|
||||
}
|
Loading…
Reference in a new issue