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 22, 2024
1 parent 61fa93a commit c47d9bf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ a.white-color {
font-size: 24px;
z-index:2 ;
text-decoration: none;
/*position: absolute;
text-align: center;
top: 100px;
left: 60px;*/
text-align: center;
}

.hex1{
Expand All @@ -21,6 +18,9 @@ a.white-color {
top: 25px
margin: 0px 0px;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
}

.hex1::before {
Expand All @@ -33,10 +33,6 @@ 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 c47d9bf

Please sign in to comment.