DmitrMakeev commited on
Commit
4b1c623
·
verified ·
1 Parent(s): bc8597f

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +41 -9
nutri_call.html CHANGED
@@ -11,14 +11,7 @@
11
  background-color: #f0f0f0;
12
  font-family: Arial, sans-serif;
13
  }
14
- h1 {
15
- background-color: #2e8b57;
16
- color: white;
17
- text-align: center;
18
- padding: 1em;
19
- border-radius: 10px;
20
- margin-bottom: 20px;
21
- }
22
  fieldset {
23
  border: 2px solid #2e8b57;
24
  background-color: #eaffea;
@@ -151,7 +144,41 @@
151
 
152
 
153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
 
 
 
 
 
 
155
 
156
 
157
 
@@ -159,7 +186,12 @@
159
  </head>
160
 
161
  <body>
162
- <h1>Калькулятор удобрений</h1>
 
 
 
 
 
163
 
164
  <fieldset>
165
  <legend>Макропрофиль в мг/л (ppm)</legend>
 
11
  background-color: #f0f0f0;
12
  font-family: Arial, sans-serif;
13
  }
14
+
 
 
 
 
 
 
 
15
  fieldset {
16
  border: 2px solid #2e8b57;
17
  background-color: #eaffea;
 
144
 
145
 
146
 
147
+ .header-block {
148
+ background-color: #2e8b57; /* Тёмно-зелёный фон как раньше */
149
+ color: white;
150
+ padding: 1em;
151
+ border-radius: 10px;
152
+ margin-bottom: 20px;
153
+ display: flex;
154
+ align-items: center;
155
+ gap: 20px;
156
+ }
157
+
158
+ .logo-circle {
159
+ width: 120px;
160
+ height: 120px;
161
+ border-radius: 50%;
162
+ background-color: #a8e6a8; /* Светло-зелёный фон для круга */
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ overflow: hidden;
167
+ flex-shrink: 0;
168
+ }
169
+
170
+ .logo-img {
171
+ max-width: 80%;
172
+ max-height: 80%;
173
+ object-fit: contain;
174
+ }
175
 
176
+ .header-block h1 {
177
+ margin: 0;
178
+ flex-grow: 1;
179
+ text-align: center;
180
+ padding: 0;
181
+ }
182
 
183
 
184
 
 
186
  </head>
187
 
188
  <body>
189
+ <div class="header-block">
190
+ <div class="logo-circle">
191
+ <img src="logo.png" alt="Логотип" class="logo-img">
192
+ </div>
193
+ <h1>Калькулятор удобрений</h1>
194
+ </div>
195
 
196
  <fieldset>
197
  <legend>Макропрофиль в мг/л (ppm)</legend>