Skip to content

Commit 9e01968

Browse files
committed
feat(video): change homepage video
1 parent 8e17297 commit 9e01968

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

assets/Code Magic.mp4

-64.7 KB
Binary file not shown.

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,14 @@ <h1 id="head">Code Magic</h1>
336336
<main>
337337
<section id="home-page">
338338
<h1>
339-
All in one tool for <span>Developers</span>.
339+
All in one <span>styling</span> tool for <span>Developers</span>.
340340
<br />
341-
Navigate the <span>sidebar</span> and get <span>FREE</span> tools
341+
Navigate the <span>sidebar</span> and get <span>Access</span>
342342
</h1>
343343
<h2>
344-
EASILY create Gradient Backgrounds, Gradient Text, Gradient Borders,
345-
and more <br />for your applications <span>With Just One Click</span>
344+
EASILY create Gradient Backgrounds, Gradient Text, Gradient Borders
345+
<br />
346+
and more for your applications <span>With Just One Click</span>
346347
</h2>
347348
<video autoplay muted loop>
348349
<source src="./assets/Code Magic.mp4" type="video/mp4" />

src/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ main > section:first-of-type h2 {
223223

224224
main > section:first-of-type span {
225225
color: var(--tertiary-color);
226+
font-style: italic;
227+
text-transform: uppercase;
226228
}
227229

228230
main > section:first-of-type video {

0 commit comments

Comments
 (0)