Skip to content

Commit

Permalink
testing text backgrounds. related to #2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgobert committed Apr 5, 2023
1 parent 4f6060c commit ef32b34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</div>
</header>

<main class="px-3 my-auto col-md-10 bg-dark-subtle bg-opacity-25" data-aos="fade-in" data-aos-duration="2000">
<main class="px-3 my-auto col-md-10 bg-opacity-25" data-aos="fade-in" id="splash_text_bg" data-aos-duration="2000">
<h1>Alex Gobert</h1>
<p class="lead">Engineer, gamer, corgi father</p>
<a class="btn btn-lg btn-primary" href="about_me.html" role="button">About Me</a>
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ body {
background-color: #f8f5e5;
}

#splash_text_bg {
background: rgba(204, 204, 204, 0.5);
}

@media (min-width: 768px) {
#splash {
background-image: url(media/IMG_9556.jpg);
Expand Down

0 comments on commit ef32b34

Please sign in to comment.