lukeluukeluuuke
-
combining pseudo elements, css content and backgrounds
Doesn't the attr selector need to use squared brackets rather than normal ones? e.g: .me:before{ content: url(attr[data-image]); } I may be wrong but heyho worth a try. Make sure you have your display:block and height and widths on the pseudo…
-
Forrst Votes
Just as @joshuanhibbert said, if you would like an invite to forrst please send me message with your email address and links to your portfolio / blog etc.
-
Hiding H1 through absolute positioning effects SEO
I doubt it will affect SEO, however this is definitely not the right way to go about this. Instead I propose using one of two methods (There are a few more but I cannot remember them): In the CSS, use: text-indent: -9999px; This will make your tex…