🚸 Added navbar
This commit is contained in:
@@ -2,3 +2,20 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@fontsource/marck-script;
|
||||
|
||||
|
||||
.marck-script {
|
||||
font-family: 'Marck Script';
|
||||
}
|
||||
|
||||
.link-hover {
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.link-hover:hover {
|
||||
background: linear-gradient(90deg, #009444, #39b54a, #8dc63f);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user