Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oybek committed Aug 21, 2023
1 parent 5dfcb33 commit aef0ba4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions avtokg/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<style>
label {
font-size: 18px;
font-size: 20px;
display: block;
}

Expand All @@ -14,7 +14,7 @@
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 24px;
font-size: 20px;
}

input[type=number] {
Expand All @@ -25,7 +25,7 @@
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
font-size: 24px;
font-size: 20px;
}

input[type=submit] {
Expand Down Expand Up @@ -54,8 +54,6 @@

<div>
<form>
<h2>Какую машину ищешь брат?!</h2>
<hr>
<label for="brand">Марка</label>
<select id="brand" name="brand">
<option value="any">Любая</option>
Expand Down

0 comments on commit aef0ba4

Please sign in to comment.