small
[![supportisraelbanner](https://i.imagesup.co/images2/8e6cc77363c700198839ae0da7d7fe2409f07647.png)](https://github.com/TheYali1/support-israel-banner/tree/main)
big
[![supportisraelbanner](https://i.imagesup.co/images2/3a3c6c08a8438023cd50e115d703a97d92a8d5b7.png)](https://github.com/TheYali1/support-israel-banner/tree/main)
the file is here
here is the code to the banner
<style>
body {
margin-top: 35px;
}
.support-israel, .support-israel:visited {
position: absolute;
left: 0;
top: 0;
right: 0;
background: #004080;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 20px;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
text-decoration: none;
font-family: Arial, sans-serif;
color: white;
transition: background 0.5s ease;
}
.support-israel:hover, .support-israel:active {
background: #003366;
}
.support-israel__flag {
margin-right: 15px;
}
.support-israel__flag img {
width: 40px;
height: auto;
}
.support-israel__label {
font-size: 14px;
line-height: 1.5;
}
</style>
<a class="support-israel" href="https://bit.ly/supportisraelDonate" target="_blank" rel="nofollow noopener" title="Donate to support Israel">
<div class="support-israel__flag" role="img" aria-label="Flag of Israel">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/Flag_of_Israel.svg/1280px-Flag_of_Israel.svg.png" alt="Flag of Israel">
</div>
<div class="support-israel__label">
Donate to support Israel
</div>
</a>