<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<div class="navbar">
<div class="blue">
<a href="">ГЛАВНАЯ</a><a href="">ПРАВИЛА</a>
</div>
<div class="av"><h1>AV</h1></div>
<div class="blue">
<a href="">КОНТАКТЫ</a><a href=""> ОТЗЫВЫ</a>
</div>
</div>
* {
margin: 0;
padding: 0;
}
.navbar {
margin-top: 40px;
display: flex;
align-items: center;
}
.blue {
padding: 15px;
background: blue;
width: 100%;
text-align:center;
}
.blue a {
color:white;
text-decoration: none;
margin: 15px;
}
.av {
letter-spacing: 10px;
font-family: 'Bebas Neue', cursive;
font-weight: bold;
color:gold;
font-size: 60px;
transform: skew(-10deg);
position:relative;
height: 140px;
min-width: 71px;
}
.av h1 {
margin-left: -16px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.