1
0
Fork 0

Fix typo and formatting again

This commit is contained in:
Out Of Ideas 2024-03-13 18:10:27 -05:00
parent 8d3bce9059
commit 97bdf239f4
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html>
<style>
body {
margin:4 0px auto;
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
@ -10,7 +10,7 @@
color: #FFF;
background-color: #222
} h1, h2, h3 {
line-height:1.2
line-height: 1.2
} b, pre {
font-family: monospace;
font-weight: normal;
@ -22,7 +22,6 @@
<body>
<h1>Vis Text Editor</h1>
<p>There are many text editors out there but one that I really like is Vis. It is simple to learn and very easy to use. For anyone that needs a list of the keybinds, I have made a list of the key ones below.</p>
<image src="vislogo.png" alt="Vis">
<br>
<h3>NORMAL MODE</h3>
<p><strong>gg</strong> goes to the top of the file<br>