Skip to content

Commit

Permalink
改变砖块颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
llan committed Jan 20, 2017
1 parent 9b1dd94 commit 72085ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
border: 1px;
width: 19px;
height: 19px;
background: red;
background: linear-gradient(70deg, indianred, white);
position: absolute;
}

Expand All @@ -26,7 +26,7 @@ body {
width: 19px;
height: 19px;
position: absolute;
background-color: gray;
background: linear-gradient(70deg, grey, white);
}

#next {
Expand All @@ -37,7 +37,7 @@ body {
border: 1px;
width: 19px;
height: 19px;
background: burlywood;
background: linear-gradient(70deg, #37378c, white);
position: absolute;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<title>Tetris</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
Expand Down

0 comments on commit 72085ac

Please sign in to comment.