There are many great code snippets in their Gitlab. You might find more on their…
CSS: German Flag Footer
Use this HTML:
<div class="german"> </div>
CSS
.german {
background: #000000;
background: -moz-linear-gradient(left, #000000 0%, #000000 66%, #cc0018 66%, #cc0018 85%, #f0c400 85%);
background: -webkit-linear-gradient(left, #000000 0%, #000000 66%, #cc0018 66%, #cc0018 85%, #f0c400 85%);
background: linear-gradient(to right, #000000 0%, #000000 66%, #cc0018 66%, #cc0018 85%, #f0c400 85%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#f0c400', GradientType=1);
}
Dieser Beitrag hat 0 Kommentare