<header class="header">
<div class="container">
<div class="header__body">
<a href="#" class="header__link">Войти</a>
<div class="header__intro intro">
<h1 class="intro__title">SkillPass</h1>
<h2 class="intro__subtitle">За два дня вы сможете поработать над собственными задачами</h2>
<p class="intro__info">7 дней бесплатно</p>
<a href="#" class="intro__link">Начните свою бесплатную пробную версию</a>
</div>
</div>
</div>
</header>
.container {
max-width: 1180px;
margin: 0 auto;
padding: 0px 10px;
}
/* Header */
.header {
background-image: url('https://i.imgur.com/SlBiIoI.png');
background-repeat: no-repeat;
background-size: 100%;
height: 100vh;
}
.header__body {
padding-top: 43px;
}
.header__link {
color: #fff;
font-family: 'Panton';
font-size: 1.125rem;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.25em;
display: block;
text-align: right;
}
.header__intro {
text-align: center;
margin-top: 11.188rem;
}
.intro__title {
color: #fff;
font-family: 'Panton';
font-size: 6rem;
font-weight: 400;
line-height: 4.375rem;
}
.intro__subtitle {
color: #fff;
font-family: 'Panton';
font-size: 2.125rem;
font-weight: 400;
width: 60%;
margin: auto;
line-height: 2.656rem;
}
.intro__info {
color: #fff;
font-family: 'Panton';
font-size: 2rem;
font-weight: 400;
margin: 3.25rem 0 2rem 0;
}
.intro__link {
color: #fff;
font-family: 'Panton';
font-size: 1.125rem;
font-weight: 400;
line-height: 1.363rem;
text-decoration: none;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 9px 13px;
background: linear-gradient(90deg, #E44B01 0%, #E34A00 100%);
border-radius: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.