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 20, 2024
1 parent 9671d24 commit 8a5815e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
background-color:#000000;
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 115px;
left: 0px;
margin-top: -115px;
margin: -50px 0px;
z-index: 1;
Expand All @@ -89,7 +89,7 @@
background-color:#000000;
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 345px;
left: 0px;
margin: -50px 0px;
z-index: 1;
}
Expand All @@ -112,7 +112,8 @@
background-color:#000000;
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 575px;
left: 125px;
top: 25px
margin: -50px 0px;
z-index: 1;
}
Expand All @@ -135,7 +136,8 @@
background-color:#000000;
clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
position: relative;
left: 100px;
left: 125px;
top: 25px
margin: 0px 0px;
z-index: 1;
}
Expand Down

0 comments on commit 8a5815e

Please sign in to comment.