350 questions
It works if I add at the beginning of the HTML source : (remove space after < (I cannot copy-paste correctly...))
< meta http-equiv="X-UA-Compatible" content="IE=edge">
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am using htmlrenderer.WinForms to save CSS as Image
CSS code
.bg{
background-image: linear-gradient(90deg, rgb(235, 216, 9),rgb(202, 60, 134));
}
but CSS not showing in image just white color.
It works if I add at the beginning of the HTML source : (remove space after < (I cannot copy-paste correctly...))
< meta http-equiv="X-UA-Compatible" content="IE=edge">