small updates
This commit is contained in:
parent
036456d638
commit
e62b816bb2
3 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ What is it?
|
||||||
* Think _Logo_, the 'turtle' language from the eighties.
|
* Think _Logo_, the 'turtle' language from the eighties.
|
||||||
* Because Szpakowski's drawings all follow the principle of the single line.
|
* Because Szpakowski's drawings all follow the principle of the single line.
|
||||||
* it has the basic commands to move the turtle:
|
* it has the basic commands to move the turtle:
|
||||||
- start(x,y)
|
- start(x,y): You MUST have this as first statement.
|
||||||
- go(distance)
|
- go(distance)
|
||||||
- left(degrees)
|
- left(degrees)
|
||||||
- right(degrees)
|
- right(degrees)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
html {
|
html {
|
||||||
color: #222;
|
color: #222;
|
||||||
|
background: rgb(249,235,213);
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
img.png
Normal file
BIN
img.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Loading…
Add table
Reference in a new issue