Skip to content
Open
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
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
margin-bottom: 20px;
}

h1 span {
position: relative;
}

h1 .mark-blue {
background-color: var(--blue);
}
Expand All @@ -121,6 +125,10 @@
background-color: var(--red);
}

h1 .dot-js {
z-index: 3;
}

.mobile-break { display: none; }


Expand Down Expand Up @@ -675,7 +683,7 @@
<body>

<header>
<h1><mark class="mark-blue" data-animation-speed="750" data-padding="0.5" data-height="1.3">Marker</mark><br class="mobile-break"><mark class="mark-red" data-animation-speed="750" data-padding="0.5" data-height="1.3">Highlight</mark><span>.js</span></h1>
<h1><mark class="mark-blue" data-animation-speed="750" data-padding="0.25" data-height="1.3">Marker</mark><br class="mobile-break"><mark class="mark-red" data-animation-speed="750" data-padding="0.25" data-height="1.3">Highlight</mark><span class="dot-js">.js</span></h1>
<p>A JavaScript library for dynamic, animated text highlighting. Canvas-based rendering with multiple drawing modes.</p>
<div class="header-links">
<a href="./dist/marker-highlight.min.js" download="marker-highlight.min.js">Download</a>
Expand Down