Skip to content

Instantly share code, notes, and snippets.

@mquandalle
Created June 5, 2019 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mquandalle/a912c6933c7ab0497609e47d4b742248 to your computer and use it in GitHub Desktop.
Save mquandalle/a912c6933c7ab0497609e47d4b742248 to your computer and use it in GitHub Desktop.
<style>
iframe {
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
border: none;
}
.sticker {
position: absolute;
background: palegoldenrod;
radius: 30px;
top: 20px;
right: 20px;
font-size: 1.2em;
z-index: 10;
padding: 30px;
border-radius: 5px;
border: 2px solid orange;
}
</style>
<body>
<div class="sticker">Encore un site en *.gouv.fr qui aurait dû être une simple page de <a href="https://www.service-public.fr">service-public.fr</a>.</div>
<iframe src="https://www.oups.gouv.fr" />
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment