Share
Explore

icon picker
GAME

but du jeu : ce jeu a pour but de contribuer à votre culture sportif dont l’optique est de répondre dans la case reponse au question generer aleatoirement
trouve la bonne reponse
Question
Réponse
New button
envoyez la réponse
Correction
svg
image
1
Envoyez
<svg width="768" height="1024" viewBox="0,0,768,1024" xmlns="http://www.w3.org/2000/svg"> <style> .card { background: linear-gradient(to bottom right, #FFC107, #FF9800); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); padding: 20px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 36px; font-weight: bold; color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } </style> <foreignObject x="0" y="0" width="100%" height="100%"> <html xmlns="http://www.w3.org/1999/xhtml"> <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>Emoji Design</title> </head> <body> <div class="card"> 😎 Emoji Design 😎 </div> </body> </html> </foreignObject> </svg>
There are no rows in this table


Table template svg
colonne template svg
1
<svg width="768" height="1024" viewBox="0,0,768,1024" xmlns="http://www.w3.org/2000/svg">

<style>
// css goes here
</style>

<foreignObject x="0" y="0" width="100%" height="100%">

<html xmlns="http://www.w3.org/1999/xhtml">
<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>{3}</title>
</head>
<body>
// xml goes here
</body>
</html>

</foreignObject>
</svg>
There are no rows in this table

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.