Adjust page width to ~12 words
This commit is contained in:
parent
ed9b4b94ac
commit
b572dcda41
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
max-width: 40em;
|
||||
max-width: 35em;
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
#! /bin/sh
|
||||
|
||||
GITWEB_CONFIG=/home/neale/public_html/projects/gitweb.conf /usr/lib/cgi-bin/gitweb.cgi "$@"
|
|
@ -1,10 +1,10 @@
|
|||
Title: The 3-minute HTML tutorial
|
||||
|
||||
As computer formats go, HTML are really easy and logical. It's all just
|
||||
text that you can edit with any basic text editor, like gedit nder
|
||||
Gnome, or notepad in Windows. Let's start out with an example. Say you
|
||||
have a sentence, and you want one word in it to be bold. That sentence
|
||||
would look like this:
|
||||
As computer formats go, HTML is easy and logical. It's all just text
|
||||
that you can edit with any basic text editor, like gedit under Gnome, or
|
||||
notepad in Windows. Let's start out with an example. Say you have a
|
||||
sentence, and you want one word in it to be bold. That sentence would
|
||||
look like this:
|
||||
|
||||
Guess which word is <b>bold</b>?
|
||||
|
||||
|
|
Loading…
Reference in New Issue