How do you submit your solutions to the Responsive Web Projects?

Tell us what’s happening:

Your code so far

<html>
<head>
<style>
#main {
	background-color: lightblue;
	color: black;
	padding: 40px;
	text-align: center;
}
</style>
</head>
<body>

<h1 id="main">Welcome to the Steve Waugh Guitar Studio</h1>

</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.52.

Challenge: Build a Tribute Page

Link to the challenge:

add your link from codepen (or whatever editor you used) to this part at the bottom of the page then click iv completed.

1 Like

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).