Files
portfolio2023/resources/css/app.css
T
2023-12-05 18:45:50 +01:00

19 lines
287 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
html {
scroll-behavior: smooth;
}
[x-cloak] {
display: none !important;
}