Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jhon3180, thanks for taking the time to make a contribution!

However, this PR doesn't follow the contribution guidelines and edits a solution that already works as intended. It also introduces structural issues, such as malformed HTML (e.g., incorrect use of <div id="Hit the button">).

Please avoid making unnecessary changes to working solutions, and consider using your own forked repository if you're experimenting or practicing.

This PR appears to be incomplete and not relevant to the project's needs.

@maintainers, please feel free to close it.

Best of luck on your web development journey, @jhon3180!

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="stylesheet" href="solution.css" />
</head>
<body>
<div id="transition-container">
<button>Transition!</button>
<div id="Hit the button">
<button>Hit the Button!!</button>
</div>
</body>
</html>