Skip to content

Commit

Permalink
fix!: update mc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 committed Mar 22, 2022
1 parent 6ca127b commit fbfdb8e
Show file tree
Hide file tree
Showing 4 changed files with 9,433 additions and 23,190 deletions.
71 changes: 33 additions & 38 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -1,42 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>MotorCortex Typewriting</title>
<style type="text/css">
html,
body {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size: 14px;
width: 100%;
height: 100%;
margin: 0;
background-color: #282828;
}
section {
height: 100%;
width: 100%;
position: absolute;
}
#clip {
background-color: black;
height: 100%;
width: 100%;
}
</style>
</head>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MotorCortex Typewriting</title>
<style type="text/css">
html,
body {
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
font-size: 14px;
width: 100%;
height: 100%;
margin: 0;
background-color: #282828;
}
section {
height: 100%;
width: 100%;
position: absolute;
}
#clip {
background-color: black;
width: 90%;
height: 90%;
margin:auto;
margin-top:2%;
}

</style>
</head>

<body>
<section>
<div id="clip"></div>
</section>
<script src="./bundle.js"></script>
</body>

<body>
<section>
<div id="clip"></div>
</section>
<script src="./bundle.js"></script>
</body>
</html>
Loading

0 comments on commit fbfdb8e

Please sign in to comment.