might do the css because i want to make a tech theme.. so questions..
- HOW THE FREAK YALL ADD THAT COMPUTER LINE THINGY.
- HOW DO I EVEN ADD FONTS..
- how do i add the little person to the corner..
- how yall make those cool buttons borders thingy
- why am i such a dumbass and afraid to ask.
1: IDK
2:
body, input, button {
font-family: "example";
}
@font-face {
font-family: "example";
src("https://example.com/example.ttf");
}
3: IDK
4:
body, input, button {
--radius: 0;
}
5: IDK
Reactions
Comments
Leave a comment