We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm pretty sure this can be done will all of our sites, but could be cool to put some pattern that prevents it?
pattern
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> .main { background-color: blue; } h1::before { content: '☕☕☕☕'; } h1::after { content: '☕☕☕☕'; } </style> </head> <body STYLE="background-color: chartreuse;"> <P>🙂</P> </body> </html>
We are working on it :)
No branches or pull requests
I'm pretty sure this can be done will all of our sites, but could be cool to put some
pattern
that prevents it?The text was updated successfully, but these errors were encountered: