Open amycommits opened 3 years ago
@duaimei Can I work on this?
All yours! Let me know if you have any issues!
Thank you!
is this part of the project or just webpage to advertise your app, I am struggling with project structure... where I should put it? @duaimei
use Tailwind classes to add elements and make it look similar to the screenshot attached. Here is the tailwind cheat sheet that I always use: https://nerdcave.com/tailwind-cheat-sheet
h1: Welcome to the Civic Hacking Hub! h2: Find causes that you care about to sharpen your programming skills, and to make a positive difference in the world!
(lets not worry about the small facts for now)
<NuxtLink to="/project" class="bg-primary text-white text-center w-screen md:w-1/2">Get Started</NuxtLink>
I'm leaving the particular CSS up to whoever picks this up, but keep in mind that tailwind starts with the mobile size, and that you can specify for the styles to change for bigger screens.