Skip to content

Commit 9fa43b7

Browse files
committed
style
1 parent 97b04d2 commit 9fa43b7

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

docs/index.html

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Syntax Highlight Mode for JRubyArt</title>
6-
<meta name="description" content="Syntax Highlight Mode for JRubyArt">
7-
<meta name="author" content="Martin Prout">
8-
</head>
9-
<body>
10-
<h2>Essential Packages</h2>
11-
<p><font size="5">You will surely want to install the <a href="https://atom.io/packages/atom-k9">atom-k9</a> package (to run watch sketches from the editor).</font></p>
12-
<p><font size="5">You will also want the <a href="https://atom.io/packages/set-syntax">set-syntax</a> package to make it easy to select the "JRubyArt" syntax mode.</font></p
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Syntax Highlight Mode for JRubyArt</title>
6+
<meta name="description" content="Syntax Highlight Mode for JRubyArt">
7+
<meta name="author" content="Martin Prout">
8+
<meta name="keywords" content="atom-k9,JRubyArt,ruby-processing,syntax">
9+
<style>
10+
body {
11+
background-color: lightblue;
12+
}
13+
14+
h2 {
15+
color: red;
16+
text-align: center;
17+
}
18+
19+
p {
20+
font-family: verdana;
21+
font-size: 20px;
22+
}
23+
</style>
24+
</head>
25+
<body>
26+
<h2>Essential Packages</h2>
27+
<p>You will surely want to install the <a href="https://atom.io/packages/atom-k9">atom-k9</a> package (to run watch sketches from the editor).</p>
28+
<p>You will also want the <a href="https://atom.io/packages/set-syntax">set-syntax</a> package to make it easy to select the "JRubyArt" syntax mode.</p
1329
</body>
1430
</html>

0 commit comments

Comments
 (0)