소스 검색

No inline styles pls

tags/v0.7.0
Fen Dweller 8 년 전
부모
커밋
3d8465f993
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      stroll.html
  2. +6
    -0
      style.css

+ 1
- 1
stroll.html 파일 보기

@@ -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 파일 보기

@@ -0,0 +1,6 @@
#log {
height:600px;
width:600px;
border:1px solid #ccc;
overflow:auto;
}

불러오는 중...
취소
저장