commit e2fe0e0f205c8c4f23429ea74780a9658b579ab1 Author: Jose Olarte III Date: Mon Oct 31 19:18:14 2022 +0800 Search screen diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..63258e1 --- /dev/null +++ b/css/main.css @@ -0,0 +1,11 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + +@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); + +@layer base { + html { + font-family: 'Work Sans', ui-sans-serif, system-ui, sans-serif !important; + } +} \ No newline at end of file diff --git a/search.html b/search.html new file mode 100644 index 0000000..4a58eea --- /dev/null +++ b/search.html @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + +
+ +

Discover

+ + +
+ +
+ + + + + + +
+ + + \ No newline at end of file