Skip to content

Instantly share code, notes, and snippets.

@o0
Created May 5, 2020 13:29
Show Gist options
  • Save o0/d3def5aa0cbf12677bf4c191ad28d8dd to your computer and use it in GitHub Desktop.
Save o0/d3def5aa0cbf12677bf4c191ad28d8dd to your computer and use it in GitHub Desktop.
Стили для заголовка страницы
/* Header */
.header {
border-bottom: solid 1px #eee;
padding: 30px;
}
.logo {
display: grid;
grid-template-columns: min-content 1fr;
}
.logo__title {
font-size: 50px;
margin: 0;
}
.logo__description {
margin: 0;
padding-left: 10px;
padding-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment