We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff7354b + dce9f4a commit eaad251Copy full SHA for eaad251
index.html
@@ -1,9 +1,10 @@
1
<!DOCTYPE html>
2
<html>
3
+<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
4
<head>
5
<title>Javascript Tetris</title>
6
<style>
- body { font-family: Helvetica, sans-serif; }
7
+ body { font-family: 'Montserrat', sans-serif; }
8
#tetris { margin: 1em auto; padding: 1em; border: 4px solid black; border-radius: 10px; background-color: #F8F8F8; }
9
#stats { display: inline-block; vertical-align: top; }
10
#canvas { display: inline-block; vertical-align: top; background: url(texture.jpg); box-shadow: 10px 10px 10px #999; border: 2px solid #333; }
0 commit comments