Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +10 -42
nutri_call.html
CHANGED
@@ -19,6 +19,14 @@
|
|
19 |
margin-bottom: 20px;
|
20 |
border-radius: 8px;
|
21 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
legend {
|
23 |
font-weight: bold;
|
24 |
color: #2e8b57;
|
@@ -144,55 +152,15 @@
|
|
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: 80px;
|
160 |
-
height: 80px;
|
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: cover; /* заполнит весь круг без отступов */
|
174 |
-
border-radius: 50%; /* чтобы изображение тоже было круглым */
|
175 |
-
}
|
176 |
-
|
177 |
-
.header-block h1 {
|
178 |
-
margin: 0;
|
179 |
-
flex-grow: 1;
|
180 |
-
text-align: center;
|
181 |
-
padding: 0;
|
182 |
-
}
|
183 |
-
|
184 |
|
185 |
|
186 |
</style>
|
187 |
</head>
|
188 |
|
189 |
<body>
|
190 |
-
|
191 |
-
<div class="logo-circle">
|
192 |
-
<img src="https://huggingface.co/spaces/gidr/api_one/resolve/main/Screenshot_27%20(1).png" alt="Логотип" class="logo-img">
|
193 |
-
</div>
|
194 |
<h1>Калькулятор удобрений</h1>
|
195 |
-
|
196 |
|
197 |
<fieldset>
|
198 |
<legend>Макропрофиль в мг/л (ppm)</legend>
|
|
|
19 |
margin-bottom: 20px;
|
20 |
border-radius: 8px;
|
21 |
}
|
22 |
+
h1 {
|
23 |
+
background-color: #2e8b57;
|
24 |
+
color: white;
|
25 |
+
text-align: center;
|
26 |
+
padding: 1em;
|
27 |
+
border-radius: 10px;
|
28 |
+
margin-bottom: 20px;
|
29 |
+
}
|
30 |
legend {
|
31 |
font-weight: bold;
|
32 |
color: #2e8b57;
|
|
|
152 |
|
153 |
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
|
156 |
|
157 |
</style>
|
158 |
</head>
|
159 |
|
160 |
<body>
|
161 |
+
|
|
|
|
|
|
|
162 |
<h1>Калькулятор удобрений</h1>
|
163 |
+
|
164 |
|
165 |
<fieldset>
|
166 |
<legend>Макропрофиль в мг/л (ppm)</legend>
|