Skip to content

Commit

Permalink
Updated Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderHolmes0 committed May 22, 2024
1 parent 08ef5ab commit fd376ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions resume/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ body {
animation: Rainbow 10s ease infinite;

}
.detailss, .title:hover{
filter: text-shadow(0 0 20px #ffffff);
.detailss, .title:hover, .summary:hover{
filter: text-shadow(0 0 30px #ffffff);
}

.detailss, .title{
Expand Down Expand Up @@ -172,4 +172,4 @@ body {
margin-top: 1.5cm;

font-family: "Lucida Console", "Courier New", monospace;
}
}
6 changes: 3 additions & 3 deletions resume/src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ function Home() {
<>
<header className="App-header">
<div className = "font-face-gm">
<h1 className='title'>Alexander Holmes</h1>
<h1 className='title'> <code>Alexander Holmes </code></h1>
</div>
<div className = "font-face-gm">
<h3 className='subtitle'>Data Analyst</h3>
<h3 className='subtitle'><code>Data Analyst</code></h3>
</div>
</header>

Expand Down Expand Up @@ -51,7 +51,7 @@ function Home() {


<details className='detailss' >
<summary className='title'>Notable Github Repos</summary>
<summary className='title'><code>Notable Github Repos</code></summary>
<div className="card">
<div className='card-block'>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/AlexanderHolmes0/BlackJackApp">
Expand Down

0 comments on commit fd376ef

Please sign in to comment.