Components Buttons, Header und Cards

This commit is contained in:
BettinaHallinger
2022-04-20 10:45:23 +02:00
parent aa9c894de1
commit e564858259
17 changed files with 78 additions and 15 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
.App {
text-align: center;
font-family: quicksand, arial;
}
.App-logo {
@@ -17,7 +19,7 @@
}
}
.App-header {
/*.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
@@ -26,7 +28,7 @@
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
}*/
.App-link {
color: #61dafb;