79597556

Date: 2025-04-29 03:25:00
Score: 1.5
Natty:
Report link

Change

 <div id = "textbox">
 margin-left:100px;

to

 <div id="textbox" style="margin-left:100px;">

or put it in the stylesheet:

<style>
   #textbox {margin-left:100px}
</style>
 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Squishy