ForestForTrees
Well-known member
Okay, this is a moonshot.
Is there some CSS wizardry that will allow me to do the following:
I'd like to make a BBCode called mobile size that replaces the following
with
However, it only does so when the screen size is below 400px.
Set aside security concerns for a moment. Is this possible?
Media queries can't be inline.
Is there some CSS wizardry that will allow me to do the following:
I'd like to make a BBCode called mobile size that replaces the following
Code:
[msize={option}]Introduction[/msize]
with
Code:
<span style=font-size:{option}%;>Introduction</span>
However, it only does so when the screen size is below 400px.
Set aside security concerns for a moment. Is this possible?
Media queries can't be inline.