Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
232 Bytes
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
a {
text-decoration: none;
color: gold;
}