Skip to content

Commit

Permalink
Added colour changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanshu Singh committed Oct 25, 2024
1 parent cef3adb commit 66db064
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,22 @@ <h2>Join the Recode Hive Community</h2>
<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heart Icon</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.heart-icon {
color: red;
}
</style>
</head>
<body>
<i class="fa fa-heart heart-icon"></i>
</body>
</html>

</body>
</html>

0 comments on commit 66db064

Please sign in to comment.