Skip to content

Commit

Permalink
Minor Syntax Change
Browse files Browse the repository at this point in the history
  • Loading branch information
harshildarji committed May 11, 2016
1 parent b64a1bc commit 1f9395c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<div>Some text in a DIV</div>
<div style='font-size:24px; color: red'>Some text in a DIV</div>
<div style="font-size:24px; color: red">Some text in a DIV</div>
<div style="text-align: center; font-weight:bold">Some text in a DIV</div>
<div>Some text in a DIV</div>
</body>
Expand Down

0 comments on commit 1f9395c

Please sign in to comment.