CSS. Time to get Fancy
Given a basic HTML page with a <p>, <h1> and <img> tags, make it look nicer by applying CSS rules to it. You can use inline or internal ways to use it.
Requirements:
- The heading should have a dark green color and a font size of 32px.
- The paragraph should have a green border and a font size of 16px.
- The image should have a width of 400px, and on a mouse hover, it should scale.
Feeling stuck? Check this out:
Intro to CSS: Make Your Website Look AwesomeCode Editor
🧪 Test Terminal
Waiting for tests to run...