Skip to content

Commit 66db064

Browse files
author
Priyanshu Singh
committed
Added colour changes
1 parent cef3adb commit 66db064

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,22 @@ <h2>Join the Recode Hive Community</h2>
261261
<div class="gtranslate_wrapper"></div>
262262
<script>window.gtranslateSettings = {"default_language":"en","detect_browser_language":true,"wrapper_selector":".gtranslate_wrapper"}</script>
263263
<script src="https://cdn.gtranslate.net/widgets/latest/float.js" defer></script>
264+
<html lang="en">
265+
<head>
266+
<meta charset="UTF-8">
267+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
268+
<title>Heart Icon</title>
269+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
270+
<style>
271+
.heart-icon {
272+
color: red;
273+
}
274+
</style>
275+
</head>
276+
<body>
277+
<i class="fa fa-heart heart-icon"></i>
278+
</body>
279+
</html>
264280

265281
</body>
266282
</html>

0 commit comments

Comments
 (0)