function a11y_controls_shortcode() { // Generate unique ID to prevent conflicts $unique_id = uniqid('a11y_'); ob_start(); ?>…
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);
}

