on my website, there should be a large question mark in the middle of the error page. It is not an image, it is in an h6 tag. it only appears (for me) when I search for it (ctrl+f on pc). It is in the code but does not appear. any help? to find the page, get a 404 error.
e.g. : http://amosjackson.com/randomstuffsasdf
on my website, there should be a large question mark in the middle of
Share
The
positionproperty ofh5is set torelativein your stylesheet, but should beabsoluteinstead. So, it’s a CSS thing that’s making the question mark go outside of the viewport.