NIGER
Bravo ๐๐๐๐๐ ! La rรฉponse est bien la Chine ๐จ๐ณ avec sa capitale Pรฉkin. Impressionnant, n'est-ce pas ? ๐๐
<svg width="768" height="1024" viewBox="0,0,768,1024" xmlns="http://www.w3.org/2000/svg">
<style>
.card {
width: 400px;
height: 400px;
background: linear-gradient(to bottom right, #FFC107, #FF9800);
border-radius: 20px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.emoji {
font-size: 150px;
margin-bottom: 20px;
}
.text {
font-size: 30px;
color: white;
text-shadow: 2px 2px 5px 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>Design</title>
</head>
<body>
<div class="card">
<div class="emoji">๐</div>
<div class="text">Design</div>
</div>
</body>
</html>
</foreignObject>
</svg>