Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Safouene1 authored Oct 14, 2023
1 parent a067bb9 commit 7dfdabe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,29 +41,29 @@ body {
.support-palestine__label {
color: white;
font-size: 12px;
line-height: 30px;
line-height: 24px;
}
.background {
background: darkgreen;
height:30px;
}
height:21px;
}
.top {
background: black;
width:40px;
height: 10px;
height: 8px;
z-index: 1;
}
.middle {
background: white;
width: 100%;
height: 10px;
height: 8px;
z-index: 1;
}
.triangle {
background: auto;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 20px solid red;
z-index: 2;
position: relative;
Expand Down

0 comments on commit 7dfdabe

Please sign in to comment.