An old college ICT project (for the module "Client-side Customisation of Web Pages") in which I produced a small interactive murder-mystery adventure game using HTML, CSS and JavaScript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
686 B

body
{
font-family: "Lucida Console", "Courier New", Courier, Arial, sans-serif;
}
h1
{
margin-top: 10px;
margin-right: 10px;
text-align: right;
font-size: 48pt;
color: darkred;
}
h2
{
text-align: right;
margin-top: -65px;
margin-right: 10px;
font-size: 14pt;
color: grey;
}
h2.Light
{
color: lightgrey;
}
h3
{
background-color: grey;
color: white;
}
p
{
margin-left: 10px;
margin-right: 10px;
color: white;
}
p.Story
{
text-indent: 40px;
}
input
{
background-color: black;
color: white;
border-style: none;
font-family: "Lucida Console", "Courier New", Courier, Arial, sans-serif;
}