Fix typo and formatting again #2
1 changed files with 2 additions and 3 deletions
5
vis.html
5
vis.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue