Skip to content

Instantly share code, notes, and snippets.

@o0
Last active May 5, 2020 13:28
Show Gist options
  • Save o0/990d91e51e706903d2a4198b31a13068 to your computer and use it in GitHub Desktop.
Save o0/990d91e51e706903d2a4198b31a13068 to your computer and use it in GitHub Desktop.
Стили для контейнера страницы
.page {
font: 18px sans-serif;
}
.page__body {
background: #fff;
box-shadow: 0 0 20px rgba(0, 128, 99, 0.5);
box-sizing: border-box;
margin: 0 auto;
max-width: 600px;
min-width: 320px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment