Update index.html
Browse files- index.html +0 -25
index.html
CHANGED
|
@@ -7,22 +7,6 @@
|
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
| 10 |
-
* {
|
| 11 |
-
margin: 0;
|
| 12 |
-
padding: 0;
|
| 13 |
-
box-sizing: border-box;
|
| 14 |
-
}
|
| 15 |
-
|
| 16 |
-
body {
|
| 17 |
-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 18 |
-
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
| 19 |
-
min-height: 100vh;
|
| 20 |
-
display: flex;
|
| 21 |
-
justify-content: center;
|
| 22 |
-
align-items: center;
|
| 23 |
-
padding: 20px;
|
| 24 |
-
}
|
| 25 |
-
|
| 26 |
.container {
|
| 27 |
background: white;
|
| 28 |
padding: 40px;
|
|
@@ -33,13 +17,6 @@
|
|
| 33 |
width: 100%;
|
| 34 |
}
|
| 35 |
|
| 36 |
-
h1 {
|
| 37 |
-
color: #333;
|
| 38 |
-
margin-bottom: 30px;
|
| 39 |
-
font-size: 2.2em;
|
| 40 |
-
font-weight: 300;
|
| 41 |
-
}
|
| 42 |
-
|
| 43 |
.search-form {
|
| 44 |
margin-bottom: 20px;
|
| 45 |
}
|
|
@@ -149,8 +126,6 @@
|
|
| 149 |
flex-direction: column;
|
| 150 |
}
|
| 151 |
}
|
| 152 |
-
</style>
|
| 153 |
-
<style>
|
| 154 |
|
| 155 |
@import url('https://fonts.cdnfonts.com/css/arial-rounded-mt');
|
| 156 |
|
|
|
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 9 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
.container {
|
| 11 |
background: white;
|
| 12 |
padding: 40px;
|
|
|
|
| 17 |
width: 100%;
|
| 18 |
}
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
.search-form {
|
| 21 |
margin-bottom: 20px;
|
| 22 |
}
|
|
|
|
| 126 |
flex-direction: column;
|
| 127 |
}
|
| 128 |
}
|
|
|
|
|
|
|
| 129 |
|
| 130 |
@import url('https://fonts.cdnfonts.com/css/arial-rounded-mt');
|
| 131 |
|