Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
msbrown123 authored Feb 21, 2024
1 parent f12f09a commit 61fa93a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
a.white-color {
color: white;
font-family: Verdana;
font-size: 32px;
font-size: 24px;
z-index:2 ;
text-decoration: none;
position: absolute;
/*position: absolute;
text-align: center;
top: 100px;
left: 60px;
left: 60px;*/
}

.hex1{
Expand All @@ -33,6 +33,10 @@ a.white-color {
height: 220px;
background-color: #BC8F00;
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.hex1::after {
Expand Down

0 comments on commit 61fa93a

Please sign in to comment.