Ukranian Flag

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ukranian Flag</title>
</head>
<body>

    <style>
        body{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .container{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            width: 100vw;
            background: linear-gradient(360deg, #FCD201 20%, #0058B9 100%);
        }
        .ukranian-flag{
            width: 320px;
            min-width: 320px;
            height: 200px;
            box-shadow: 0px 20px 80px 10px rgb(0,0,0,.25);
            position: relative;
            border-radius: 10px;
            overflow: hidden;
        }
        .top{
            background: #0058B9;
            height: 50%;
            width: 100%;
        }
        .bottom{
            background: #FCD201;
            width: 100%;
            height: 50%;
        }
        .text{
            display: flex;
            justify-content: center;
            color: #fff;
            font-size: 32px;
            font-weight: 900;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            height: 0%;
            position: relative;
            top: -18px;
            -webkit-text-stroke: .8px #333;
            text-transform: uppercase;
            letter-spacing: 9px;
        }
        @media (max-width: 575px) {
 
         .ukranian-flag {
           transform: scale(.8);
         }
       }
    </style>

    <div class="container">
        <div class="ukranian-flag">
            <div class="top"></div>
            <div class="text">Ukrania</div>
            <div class="bottom"></div>
        </div>
    </div>
    
</body>
</html>

Reactie verzenden

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Vaardigheden

Gepubliceerd op

september 28, 2022

Share This

Share This Page

Keep supporting us & Share this Page with your friends!

Open chat
1
💬 Need help?
hello 👋
Can we help you?