Select all cities and order results

This commit is contained in:
Guntis Smaukstelis
2023-06-22 19:20:21 +03:00
parent 6ce4d139a8
commit bb817e5171
7 changed files with 116 additions and 26 deletions
+12
View File
@@ -11,3 +11,15 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
.primary {
background-color: #ffcc66;
border: none;
font-weight: bold;
padding: 5px 10px;
cursor: pointer;
}
.primary:hover {
background-color: #ffb92d;
}