Created underline on heading element

This commit is contained in:
Luke Else 2023-09-04 22:51:27 +01:00
parent 0797fd9eff
commit 6961d9c34d

View File

@ -40,6 +40,8 @@
h1 {
color: var(--red);
/*text-decoration: underline 5px solid var(--bg-grad);*/
border-bottom: 5px solid var(--bg-grad);
}
</style>