"en"> "UTF-8"> "viewport" content="width=device-width, initial-scale=1.0"> Cursor Example body { font-family: Arial, sans-serif; margin: 20px; background-color: #f0f0f0; } .container { max-width: 800px; margin: 0 auto; padding: 20px; background: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } h1 { color: #333; text-align: center; } button { display: block; margin: 20px auto; padding: 10px 20px; background-color: #007acc; color: white; border: none; border-radius: 5px; cursor: pointer; } button:hover { background-color: #0056b3; } "">container"> Hello from Cursor!
This is a sample HTML file in the Cursor IDE interface.
This is a sample HTML file in the Cursor IDE interface.