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>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Questions</title>
|
<title>Questions</title>
|
||||||
|
<link rel="stylesheet" href="resources/questions/style.css">
|
||||||
<link rel="stylesheet" href="resources/global/style.css">
|
<link rel="stylesheet" href="resources/global/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -20,7 +21,7 @@
|
||||||
<p>
|
<p>
|
||||||
Welcome to the server! It seems like you're interested
|
Welcome to the server! It seems like you're interested
|
||||||
in becoming an official member, so before we accept you
|
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>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Name<br />
|
<li>Name<br />
|
||||||
|
@ -70,7 +71,7 @@
|
||||||
most important: the action you'd perform first.
|
most important: the action you'd perform first.
|
||||||
<br />
|
<br />
|
||||||
It doesn't matter <em>what</em> your awnser to this question is.
|
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.
|
choose the awnser.
|
||||||
</p>
|
</p>
|
||||||
<h3>Scenarios</h3>
|
<h3>Scenarios</h3>
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
Why would you choose this action?
|
Why would you choose this action?
|
||||||
<br />
|
<br />
|
||||||
<input type="text" name="" value="enter your response here">
|
<input type="text" name="" placeholder="Enter response here">
|
||||||
</li>
|
</li>
|
||||||
<br />
|
<br />
|
||||||
<li>
|
<li>
|
||||||
|
@ -106,11 +107,13 @@
|
||||||
</ul>
|
</ul>
|
||||||
If you were a moderator, what would you choose instead? Why?
|
If you were a moderator, what would you choose instead? Why?
|
||||||
<br />
|
<br />
|
||||||
<input type="text" name="" value="enter your response here">
|
<input type="text" name="" placeholder="Enter response here">
|
||||||
</li>
|
</li>
|
||||||
<br />
|
<br />
|
||||||
<li>
|
<li>
|
||||||
|
<p id="redlike">
|
||||||
(questions for those over the age of 18... or those mature enough)
|
(questions for those over the age of 18... or those mature enough)
|
||||||
|
</p>
|
||||||
One of your friends is upset. Someone has been harrassing them,
|
One of your friends is upset. Someone has been harrassing them,
|
||||||
asking for innapropriate pictures, constantly private messaging
|
asking for innapropriate pictures, constantly private messaging
|
||||||
them about sexual topics without their consent.
|
them about sexual topics without their consent.
|
||||||
|
@ -126,7 +129,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
If this situation is happening to you, what would you choose instead?
|
If this situation is happening to you, what would you choose instead?
|
||||||
<br />
|
<br />
|
||||||
<input type="text" name="" value="enter your response here">
|
<input type="text" name="" placeholder="Enter response here">
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>More scenarios to come...</p>
|
<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