Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a077ba5

Browse files
committedJul 1, 2014
Update blog.html
1 parent 5d7903f commit a077ba5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
 

‎blog.html

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,27 @@
22
<html>
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5-
<title>Empty</title>
5+
<title>Blog</title>
66
</head>
77

88
<body>
9+
<style type="text/css">
910

10-
Blog starts here
11+
#square
12+
13+
{
14+
15+
width: 500px;
16+
word-wrap:break-word;
17+
18+
}
1119

20+
</style>
21+
22+
<div class="square">
23+
<pre>
24+
Blog starts here
25+
</pre>
26+
</div>
1227
</body>
1328
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.