+ 1

Why doesn’t it work

font{ size:1000px; font:Cursive; }

28th Feb 2023, 1:49 PM
Ethan
Ethan - avatar
3 Réponses
+ 4
Try writing this way: font{ font-size:1000px; font-family: cursive; }
28th Feb 2023, 2:59 PM
â—Šâ€ąâ—â—‰âœżđ•€â„•đ”»đ•€âœżâ—‰â—â€ąâ—Š
â—Šâ€ąâ—â—‰âœżđ•€â„•đ”»đ•€âœżâ—‰â—â€ąâ—Š - avatar
+ 3
There is most likely a problem with having the word font twice. Change the first to pgraph_font { ... (check that you have the right names for "size" and "font" too) }
28th Feb 2023, 1:53 PM
Ausgrindtube
Ausgrindtube - avatar