Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
No problem. I messed around with trying to make flex designs on CSS/HTML and it sorta worked, but not in a visually pleasing way as it scaled things pretty oddly. However, if you are curious; https://www.w3schools.com/css/css_rwd_viewport.asp
[RIGHT][div=background-color:#B5E655; border-radius: 20px; padding:20px; width:60%;]Hello world this is a test.[/div][/RIGHT]
[div=background-color:#4BB5C1; border-radius: 20px; padding:20px; width:60%;]Hello world this is a test.[/div]
Border-radius is already included in the chart (below border).You should add border-radius to your chart.
Hello world this is a test.
Hello world this is a test.
Code:[RIGHT][div=background-color:#B5E655; border-radius: 20px; padding:20px; width:60%;]Hello world this is a test.[/div][/RIGHT] [div=background-color:#4BB5C1; border-radius: 20px; padding:20px; width:60%;]Hello world this is a test.[/div]
You should add border-radius to your chart.
Anyone know how to have the image scroll with the screen?
[div=background: url(https://static.comicvine.com/uploads/original/11113/111134695/3891161-6868490335-cats-.jpg) fixed;].[/div]
What about the @media tag?No problem. I messed around with trying to make flex designs on CSS/HTML and it sorta worked, but not in a visually pleasing way as it scaled things pretty oddly. However, if you are curious; https://www.w3schools.com/css/css_rwd_viewport.asp
That is basically what creates responsive designs. However, we cannot use a meta tag.
What about the @media tag?
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Nope. Basically, if it isn't really basic CSS (background-color, color, font-size, transform) it won't work. Only the content that is contained within a div style works. You might be able to use viewport units though. But that obviously comes with its own set if problems.What about the @media tag?
https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
I have the feeling quite some I am thinking to maybe use will not work. Will pseudo elements work? Like :hover, :nth-child etc?Nope. Basically, if it isn't really basic CSS (background-color, color, font-size, transform) it won't work. Only the content that is contained within a div style works. You might be able to use viewport units though. But that obviously comes with its own set if problems.
Again, you need CSS for that and RPN only allows inline, so that won't work.I have the feeling quite some I am thinking to maybe use will not work. Will pseudo elements work? Like :hover, :nth-child etc?
Well that's a disappointment...Again, you need CSS for that and RPN only allows inline, so that won't work.