Skip to content

Commit

Permalink
adding highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
rosendopili committed Jul 31, 2024
1 parent 688af3c commit 206d9d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!doctype html>
<!doctype html>
<html>

<head lang="en">
Expand Down Expand Up @@ -31,7 +30,7 @@
<section id="welcome-section">
<div class="hero-container">
<div class="hero-text-container">
<h1 class="hero-text">How can Defang take your project to the next level?</h1>
<h1 class="hero-text">How can <span class="hero-sponsor">Defang</span> take your project to the next level?</h1>
<a href="#about-section">
<button class="hero-button">Learn More</button>
</a>
Expand Down
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ a:hover {
z-index: 1;
}

.hero-sponsor{
color: var(--highlight-yellow);
}

.header-square {
height: 300px;
width: 300px;
Expand Down

0 comments on commit 206d9d6

Please sign in to comment.