This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
Browse Source
No inline styles pls
tags/v0.7.0
Fen Dweller
7 years ago
parent
c6a7926046
commit
3d8465f993
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
stroll.html
+6
-0
style.css
+ 1
- 1
stroll.html
View File
@@ -8,7 +8,7 @@
<script src="game.js"></script>
</head>
<body>
<div id=log
style="height:600px;width:600px;border:1px solid #ccc;overflow:auto;"
>
<div id=log>
It's a nice day for a walk.
</div>
<div id=height></div>
+ 6
- 0
style.css
View File
@@ -0,0 +1,6 @@
#log {
height:600px;
width:600px;
border:1px solid #ccc;
overflow:auto;
}
Write
Preview
Loading…
Cancel
Save