Denmark.html


Quell Code


<style>
#denmark {       
    width: 100px;
    height: 80px;
    position: relative;
}        
#denmark::before, #denmark::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 80px; 
    background-color: white;
    box-sizing: border-box; 
}
#denmark::before { 
    border-top: 35px solid rgb(198,12,48); 
    border-bottom: 35px solid rgb(198,12,48); 
}        
#denmark::after { 
    width: 10px;  
    left: 35px;     
}     
</style>
<div id="denmark"></div>   


Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0