Fiddling, and adding link to external css

This commit is contained in:
ryliejamesthomas 2020-07-12 14:23:50 +10:00
parent 43af607cd4
commit f8993dc716
6 changed files with 7 additions and 13 deletions

View File

@ -301,7 +301,7 @@ main#titlescreen section#splash {
.flipanim_h {
transform:scaleX(+1);
animation-name:flipanim_h;
animation-duration: 0.8s;
animation-duration:0.8s;
animation-timing-function:step-start;
animation-iteration-count:infinite;
}
@ -321,7 +321,7 @@ main#titlescreen section#splash {
50% { transform:rotate(180deg); }
75% { transform:rotate(270deg); }
}
.rotateanim_ccw {
.rotateanim_ccw {
animation-name:rotateanim_ccw;
animation-duration:2s;
animation-timing-function:step-start;

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en-AU">
<head>
<title>EXAMPLE GAME - ROOM 001</title>
<meta charset="UTF-8">
<title>EXAMPLE GAME - ROOM 001</title>
<meta name="author" content="Blueberry Soft">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base target="message_frame">

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en-AU">
<head>
<title>EXAMPLE GAME :)</title>
<meta charset="UTF-8">
<title>EXAMPLE GAME :)</title>
<meta name="author" content="Blueberry Soft">
<meta name="description" content="Example game for OBSHAGCE">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

View File

@ -2,9 +2,7 @@
<html lang="en-au">
<head>
<meta meta charset="UTF-8">
<style>
body {font-family:monospace;}
</style>
<link type="text/css" rel="stylesheet" href="messages.css">
</head>
<body>
<p>You see a pair of really fast skates</p>

View File

@ -2,9 +2,7 @@
<html lang="en-au">
<head>
<meta meta charset="UTF-8">
<style>
body {font-family:monospace;}
</style>
<link type="text/css" rel="stylesheet" href="messages.css">
</head>
<body>
<p>YOU FEEL GREAT, MATE!</p>

View File

@ -2,9 +2,7 @@
<html lang="en-au">
<head>
<meta meta charset="UTF-8">
<style>
body {font-family:monospace;}
</style>
<link type="text/css" rel="stylesheet" href="messages.css">
</head>
<body>
<a href="room_001_skates.html"><img src="../images/skates_tap.png" alt="the rollerscate turned upside-down, with the text 'tap! tap! tap!'"></a>