default HTML font-size
default HTML font-size is
16px
which we can see using dev tools:
Inspect element
-> select <html> element
-> computed styles
-> show all (checkbox)
-> search font-size
by Valeri Tandilashvili
4 years ago
CSS
1
Pro tip: use ```triple backticks around text``` to write in code fences