Skip to content

Commit

Permalink
Add color to heading
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyudarma29 committed Mar 11, 2023
1 parent 2223d6b commit 6ad7474
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion edit-me.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.text-red{
color: red;
}
</style>
<title>Coba Git</title>
</head>
<body>
<h1>INI Punya Wahyu</h1>
<h1 class="text-red">INI Punya Wahyu</h1>
</body>
</html>

0 comments on commit 6ad7474

Please sign in to comment.