Skip to content

Commit

Permalink
Step 2.2: Create basic game stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Aug 29, 2018
1 parent 125287e commit 3091a63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/styles/game.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#gameCanvas {
display: block;
margin: auto;
border-style: solid;
border-width: 1px;
}
3 changes: 3 additions & 0 deletions views/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html>
<head>
<title>radial snake</title>

<!-- Styles -->
<link rel="stylesheet" type="text/css" href="/styles/game.css">
</head>

<body>
Expand Down

0 comments on commit 3091a63

Please sign in to comment.