Skip to content

Instantly share code, notes, and snippets.

@brunobord
Last active December 28, 2015 09:49
Show Gist options
  • Save brunobord/7481573 to your computer and use it in GitHub Desktop.
Save brunobord/7481573 to your computer and use it in GitHub Desktop.
si tu as quelque chose à dire pendant un Hangout, ouvre ce document HTML dans ton navigateur, mets-le en full-screen et utilise la fonction de partage d'écran. La zone de texte du milieu est éditable "in-place", alors tu peux changer le message. voilà.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>J'ai quelque chose à dire</title>
</head>
<body style="background-color: #c33; padding-top: 5em;">
<p contenteditable style="text-align: center; font-size: 96px; font-family: Arial; color: #fff; font-weight: bold;">J'ai quelque chose à dire</p>
</body>
</html>
@brunobord
Copy link
Author

@nico3333fr : t'as raison, c'est mille fois mieux comme ça.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment