GP init
This commit is contained in:
11
assets/css/gp-style-core.css
Normal file
11
assets/css/gp-style-core.css
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
|
||||
ШАБЛОН использования глобальных переменных:
|
||||
|
||||
:root {
|
||||
--main-text: #e1667c;
|
||||
--main-color: #8da6cb;
|
||||
--font-family: "Craftwork Grotesk", sans-serif;
|
||||
}
|
||||
|
||||
*/
|
||||
4
assets/css/gp-style-desktop.css
Normal file
4
assets/css/gp-style-desktop.css
Normal file
@@ -0,0 +1,4 @@
|
||||
/* Стили для лептопов */
|
||||
@media only screen and (max-width: 1720px) {
|
||||
|
||||
}
|
||||
5
assets/css/gp-style-mobile.css
Normal file
5
assets/css/gp-style-mobile.css
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Стили для мобильных устройств */
|
||||
@media only screen and (max-width: 480px) {
|
||||
|
||||
|
||||
}
|
||||
5
assets/css/gp-style-tablet.css
Normal file
5
assets/css/gp-style-tablet.css
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Стили для планшетов */
|
||||
@media only screen and (max-width: 1024px) {
|
||||
|
||||
|
||||
}
|
||||
2
assets/css/gp-style-ultra.css
Normal file
2
assets/css/gp-style-ultra.css
Normal file
@@ -0,0 +1,2 @@
|
||||
/* Стили для ультрашироких экранов */
|
||||
@media only screen and (min-width: 1720px) {}
|
||||
0
assets/js/main.js
Normal file
0
assets/js/main.js
Normal file
Reference in New Issue
Block a user