Created
June 5, 2019 14:20
-
-
Save mquandalle/a912c6933c7ab0497609e47d4b742248 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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