Add .gitignore and project files
BIN
img/1_1.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
img/2_2.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
img/3_3.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
img/5_5.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
img/6_6.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
img/7_7.jpg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
img/9_9.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
img/chair.PNG
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
img/диван.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
img/диван_1.jpg
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
img/кресло.jpg
Normal file
|
After Width: | Height: | Size: 228 KiB |
BIN
img/кресло_1.jpg
Normal file
|
After Width: | Height: | Size: 294 KiB |
BIN
img/слайдер_1.jpg
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
img/слайдер_2.jpg
Normal file
|
After Width: | Height: | Size: 188 KiB |
BIN
img/слайдер_3.jpg
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
img/слайдер_4.jpg
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
img/слайдер_5.jpg
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
img/слайдер_6.jpg
Normal file
|
After Width: | Height: | Size: 306 KiB |
BIN
img/спальня.jpg
Normal file
|
After Width: | Height: | Size: 151 KiB |
62
img/стили_оформления.css
Normal file
@@ -0,0 +1,62 @@
|
||||
|
||||
.error-message {
|
||||
color: #ff0000;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form__input.error {
|
||||
border-color: #ff0000;
|
||||
}
|
||||
|
||||
.form__group {
|
||||
position: relative;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
/* Стили для сообщений внизу страницы */
|
||||
.page-messages {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 1000;
|
||||
width: 90%;
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.message {
|
||||
padding: 15px;
|
||||
margin: 10px 0;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.message.error {
|
||||
background-color: #ffebee;
|
||||
color: #c62828;
|
||||
border: 1px solid #ffcdd2;
|
||||
}
|
||||
|
||||
.message.success {
|
||||
background-color: #e8f5e9;
|
||||
color: #453227;
|
||||
border: 1px solid #c8e6c9;
|
||||
}
|
||||
|
||||
.message.warning {
|
||||
background-color: #fff3e0;
|
||||
color: #ef6c00;
|
||||
border: 1px solid #ffe0b2;
|
||||
}
|
||||
|
||||
.privacy-error {
|
||||
color: #ff0000;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||