Emergency moment plz help me. [ad_1] Does anyone knows how to make a like this border fully responsive on tablet and mobile. [ad_2] Previous ArticleRankmath SEO Next ArticleiFrame not working on mobile, can anyone help?
You need to fiddle about with my code and see if you can get it to work as I can’t see it, just wrote it on my phone.So the top square, whatever it’s class name (change square to classname) . .square {background:white;position:relative;z-index:2} .square::before {content:“ “;width:100%;height:100%;position:absolute;z-index:1;top:-10px;right:-10px;border:1px solid black}
use media query
`outline-style: double;` is pretty similar.
Or you could use `box-shadow`
You need to fiddle about with my code and see if you can get it to work as I can’t see it, just wrote it on my phone.
So the top square, whatever it’s class name (change square to classname) .
.square {background:white;position:relative;z-index:2}
.square::before {content:“ “;width:100%;height:100%;position:absolute;z-index:1;top:-10px;right:-10px;border:1px solid black}