We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af9183c + 846793a commit cda0878Copy full SHA for cda0878
README.md
@@ -0,0 +1,4 @@
1
+# Note
2
+Single Page Note Taking Webapp.
3
+
4
+https://n-ce.github.io/Note/
index.html
@@ -18,7 +18,7 @@
18
</head>
19
20
<body class="is-flex is-flex-direction-column is-justify-content-center is-align-items-center">
21
- <textarea class="m-0 pt-4 pl-6 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
+ <textarea class="m-0 pt-4 px-5 is-size-6 is-family-monospace" placeholder="Click Here To Type."></textarea>
22
<div class="buttons is-centered">
23
<button class="button is-dark is-rounded" onclick="theme()" />Dark</button>
24
<button class="button is-info is-rounded" onclick="download()">Download</button>
@@ -30,4 +30,4 @@
30
<script src="service-worker.js"></script>
31
</body>
32
33
-</html>
+</html>
0 commit comments