/
supervasya
/
goodbob.fun
Обзор
Документация
Войти
/
supervasya
/
goodbob.fun
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
css/main.css
109 строк
2 KB
Super Vasya
Added index page and scss structure.
20 авг 2024, 17:57
20 авг 2024, 17:57
c412781
Код
Авторство
О чём код?
/* Reset and base styles */ * { padding: 0px; margin: 0px; border: none; } *, *::before, *::after { box-sizing: border-box; } /* Links */ a, a:link, a:visited { text-decoration: none; } a:hover { text-decoration: none; } /* Common */ aside, nav, footer, header, section, main { display: block; } h1, h2, h3, h4, h5, h6, p { font-size: inherit; font-weight: inherit; } ul, ul li { list-style: none; } img { vertical-align: top; } img, svg { max-width: 100%; height: auto; } address { font-style: normal; } /* Form */ input, textarea, button, select { font-family: inherit; font-size: inherit; color: inherit; background-color: transparent; } input::-ms-clear { display: none; } button, input[type=submit] { display: inline-block; box-shadow: none; background-color: transparent; background: none; cursor: pointer; } input:focus, input:active, button:focus, button:active { outline: none; } button::-moz-focus-inner { padding: 0; border: 0; } label { cursor: pointer; } legend { display: block; } @font-face { font-family: "Commissioner"; src: local("Commissioner Regular"), local("Commissioner-Regular"), url("../../fonts/Commissioner-Regular.woff2") format("woff2"), url("../../fonts/Commissioner-Regular.woff") format("woff"), url("../../fonts/Commissioner-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: "Gochi Hand"; src: local("Gochi Hand"), url("../../fonts/GochiHand-Regular.woff2") format("woff2"), url("../../fonts/GochiHand-Regular.ttf") format("ttf"); } .container { max-width: 1310px; margin: 0 auto; padding: 0 15px; text-align: center; } body { background-color: #333333; color: white; text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }/*# sourceMappingURL=main.css.map */