Skip to content

Commit 001a925

Browse files
committed
Styling
1 parent 2ebd36d commit 001a925

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

public/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@
1111

1212
<script src="js/bundle.js"></script>
1313
</head>
14+
15+
<style>
16+
.app {
17+
font-size: 20px;
18+
font-family: "Comic Sans MS"
19+
}
20+
</style>
21+
1422

15-
<body>
23+
<body style="background-color:#cdf7a8;">
1624

17-
<div id="app">
25+
<div id="app" class="app">
1826

1927
<div>Generate a Scrypt hash of some text using TrueBit:</div>
2028
<textarea rows="1" cols="100" id="input-data"></textarea>

0 commit comments

Comments
 (0)