+ 1

Why doesn’t it work

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

28th Feb 2023, 1:49 PM
Ethan
Ethan - avatar
3 Respuestas
+ 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
28th Feb 2023, 3:47 PM
Ethan
Ethan - avatar