Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
user0disconnect authored Nov 19, 2023
1 parent c22f155 commit 4bbb44a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Labs/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
min-height: 100%;
}

.content h1, h2 {
text-shadow: 5px 5px 4px blue;
text-align: center;
}
.content {
position: fixed;
bottom: 0;
background: none;
color: white;
width: 100%;
padding: 70px;
width: 50%;
padding: 50px;

}
.content h1, h2 {
text-shadow: 5px 5px 3px blue;
text-align: center;
}


#myBtn {
width: 100px;
font-size: 16px;
Expand Down

0 comments on commit 4bbb44a

Please sign in to comment.