-
Notifications
You must be signed in to change notification settings - Fork 144
Description
HTML
<title>Happy Birthday CM ROHIT!</title> <style> body { background: linear-gradient(135deg, #00c6ff, #0072ff); color: #fff; font-family: 'Segoe UI', Arial, sans-serif; text-align: center; padding-top: 50px; } .wish-box { background: rgba(0,0,0,0.3); padding: 40px 20px; border-radius: 20px; display: inline-block; box-shadow: 0 2px 20px rgba(0,0,0,0.2); } h1 { font-size: 3em; margin-bottom: 10px; } .balloons { font-size: 2.5em; margin: 20px 0; } .age { font-size: 1.5em; margin-bottom: 5px; color: #ffe066; } </style>Happy 17th Birthday,
CM ROHIT!
May all your dreams come true and your day be filled with happiness and celebration!
Enjoy your special day!
You said: Improve code and doreation
Improve code and doreation
Copilot said: Here is an improved and more decorative
Here is an improved and more decorative HTML birthday wish for CM ROHIT's 17th birthday. The design features an animated confetti background, attractive fonts, and visually pleasing layout. You can copy and use this in your HTML file!
HTML
<title>Happy 17th Birthday, CM ROHIT!</title> <style> body { margin: 0; padding: 0; height: 100vh; background: linear-gradient(135deg, #70e1f5, #ffd194); font-family: 'Montserrat', Arial, sans-serif; overflow: hidden; } .container { position: relative; z-index: 2; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(255,255,255,0.8); border-radius: 24px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15); display: inline-block; padding: 50px 35px 36px 35px; } h1 { font-family: 'Pacifico', cursive; font-size: 3.5em; color: #ff7675; margin-bottom: 10px; text-shadow: 2px 6px 15px #fff6e3; } .age { font-size: 1.8em; color: #f6b93b; margin-bottom: 15px; font-weight: bold; } p { font-size: 1.25em; color: #34495e; margin-bottom: 16px; font-weight: 500; } .emoji { font-size: 2.5em; margin: 15px 0; } /* Confetti styling and animation */ .confetti { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 1; } </style>Happy Birthday
CM ROHIT!
Wishing you joy, laughter, and excitement
as you celebrate your special day.
May your 17th year be filled with success and happiness!
function ConfettiPiece() {
this.x = Math.random() * canvas.width;
this.y = Math.random() * canvas.height - canvas.height;
this.size = Math.random() * 13 + 8;
this.speed = Math.random() * 3 + 2;
this.color = colors[Math.floor(Math.random() * colors.length)];
this.opacity = Math.random() * 0.5 + 0.5;
this.shift = Math.random() * 2 * Math.PI;
}
ConfettiPiece.prototype.update = function() {
this.y += this.speed;
if (this.y > canvas.height) {
this.y = 0 - this.size;
this.x = Math.random() * canvas.width;
}
};
ConfettiPiece.prototype.draw = function(ctx) {
ctx.save();
ctx.globalAlpha = this.opacity;
ctx.beginPath();
ctx.arc(
this.x + Math.sin((this.y / canvas.height) * 2 * Math.PI + this.shift) * 10,
this.y,
this.size / 2, 0, 2 * Math.PI
);
ctx.fillStyle = this.color;
ctx.fill();
ctx.restore();
};
function setupConfetti() {
pieces = [];
for (let i = 0; i < numberOfPieces; i++) {
pieces.push(new ConfettiPiece());
}
}
function drawConfetti() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
pieces.forEach(piece => {
piece.update();
piece.draw(ctx);
});
requestAnimationFrame(drawConfetti);
}
window.addEventListener('resize', () => {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
setupConfetti();
});
setupConfetti();
drawConfetti();
</script>
Animated colorful confetti background (using HTML5 canvas and JavaScript)
Attractive fonts using Google Fonts ("Pacifico" for heading, "Montserrat" for body)
Stylish container with transparency and shadow
Birthday and celebration emojis
Responsive design
Let me know if you want to add more personal messages, a photo, or further customizations!
Uploaded image: IMG-20251114-WA0019.jpg
Uploaded image: IMG-20251114-WA0018.jpg
You said: Describe this image
Describe this image
2/2
Copilot said: Image 1 shows a young man standing
Image 1 shows a young man standing confidently on a wide road, with the iconic India Gate monument in the background CM ROHIT, turning 17, with your provided pictures included. He is dressed in light-colored trousers, a. The code features a confetti animation, styled fonts, and displays both images in a festive, modern white shirt, and formal black shoes, exuding a smart and polished appearance. There are several people walking and card format.
HTML
<title> adding vibrancy to the setting.Image 2 captures aHappy 17th Birthday, CM ROHIT!</title>
<link href group of young people walking outdoors. The central figure,="https://fonts.googleapis.com/css?family=Pacific dressed in light trousers, a white shirt, and blacko|Montserrat:400,700&display=swap" rel="stylesheet">
shoes (similar to the individual in Image 1 <style>
body {
margin: 0;
), carries a backpack and holds a snack packet. One of his padding: 0;
min-height: 100 friends is pointing or gesturing while holding a drink, and others are casually dressed, contributing to avh;
background: linear-gradient(135deg, dynamic, friendly, and energetic scene. The background features greenery #70e1f5, #ffd194);
font-family: 'Montserrat',, giving the impression of a park or campus environment. Arial, sans-serif;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.container {
position: relative;
z-index: 2;
text-align: center;
background: rgba(255,255,255,0.85);
border-radius: 30px;
box-shadow: 0 6px 36px rgba(0, 0, 0, 0.17);
display: inline-block;
padding: 36px 30px 24px 30px;
margin-top: 40px;
margin-bottom: 40px;
max-width: 420px;
width: 95%;
}
h1 {
font-family: '
Uploaded image: IMG-20251114-WA0018.jpg
Uploaded image: IMG-20251114-WA0019.jpg
You said: <meta
Happy 17th Birthday,
CM ROHIT!
You said: I want to HTML code as birthday
I want to HTML code as birthday wish his name CM ROHIT ,he is 17
Copilot said: Here is a simple HTML code for
Here is a simple HTML code for a birthday wish to "CM ROHIT" who is turning 17. You can copy and use this code in an .html file or embed it in a webpage.
HTML
<title>Happy Birthday CM ROHIT!</title> <style> body { background: linear-gradient(135deg, #00c6ff, #0072ff); color: #fff; font-family: 'Segoe UI', Arial, sans-serif; text-align: center; padding-top: 50px; } .wish-box { background: rgba(0,0,0,0.3); padding: 40px 20px; border-radius: 20px; display: inline-block; box-shadow: 0 2px 20px rgba(0,0,0,0.2); } h1 { font-size: 3em; margin-bottom: 10px; } .balloons { font-size: 2.5em; margin: 20px 0; } .age { font-size: 1.5em; margin-bottom: 5px; color: #ffe066; } </style>Happy 17th Birthday,
CM ROHIT!
May all your dreams come true and your day be filled with happiness and celebration!
Enjoy your special day!
You said: Improve code and doreation
Improve code and doreation
Copilot said: Here is an improved and more decorative
Here is an improved and more decorative HTML birthday wish for CM ROHIT's 17th birthday. The design features an animated confetti background, attractive fonts, and visually pleasing layout. You can copy and use this in your HTML file!
HTML
<title>Happy 17th Birthday, CM ROHIT!</title> <style> body { margin: 0; padding: 0; height: 100vh; background: linear-gradient(135deg, #70e1f5, #ffd194); font-family: 'Montserrat', Arial, sans-serif; overflow: hidden; } .container { position: relative; z-index: 2; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(255,255,255,0.8); border-radius: 24px; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15); display: inline-block; padding: 50px 35px 36px 35px; } h1 { font-family: 'Pacifico', cursive; font-size: 3.5em; color: #ff7675; margin-bottom: 10px; text-shadow: 2px 6px 15px #fff6e3; } .age { font-size: 1.8em; color: #f6b93b; margin-bottom: 15px; font-weight: bold; } p { font-size: 1.25em; color: #34495e; margin-bottom: 16px; font-weight: 500; } .emoji { font-size: 2.5em; margin: 15px 0; } /* Confetti styling and animation */ .confetti { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 1; } </style>Happy Birthday
CM ROHIT!
Wishing you joy, laughter, and excitement
as you celebrate your special day.
May your 17th year be filled with success and happiness!
function ConfettiPiece() {
this.x = Math.random() * canvas.width;
this.y = Math.random() * canvas.height - canvas.height;
this.size = Math.random() * 13 + 8;
this.speed = Math.random() * 3 + 2;
this.color = colors[Math.floor(Math.random() * colors.length)];
this.opacity = Math.random() * 0.5 + 0.5;
this.shift = Math.random() * 2 * Math.PI;
}
ConfettiPiece.prototype.update = function() {
this.y += this.speed;
if (this.y > canvas.height) {
this.y = 0 - this.size;
this.x = Math.random() * canvas.width;
}
};
ConfettiPiece.prototype.draw = function(ctx) {
ctx.save();
ctx.globalAlpha = this.opacity;
ctx.beginPath();
ctx.arc(
this.x + Math.sin((this.y / canvas.height) * 2 * Math.PI + this.shift) * 10,
this.y,
this.size / 2, 0, 2 * Math.PI
);
ctx.fillStyle = this.color;
ctx.fill();
ctx.restore();
};
function setupConfetti() {
pieces = [];
for (let i = 0; i < numberOfPieces; i++) {
pieces.push(new ConfettiPiece());
}
}
function drawConfetti() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
pieces.forEach(piece => {
piece.update();
piece.draw(ctx);
});
requestAnimationFrame(drawConfetti);
}
window.addEventListener('resize', () => {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
setupConfetti();
});
setupConfetti();
drawConfetti();
</script>
Animated colorful confetti background (using HTML5 canvas and JavaScript)
Attractive fonts using Google Fonts ("Pacifico" for heading, "Montserrat" for body)
Stylish container with transparency and shadow
Birthday and celebration emojis
Responsive design
Let me know if you want to add more personal messages, a photo, or further customizations!
Uploaded image: IMG-20251114-WA0019.jpg
Uploaded image: IMG-20251114-WA0018.jpg
You said: Describe this image
Describe this image
2/2
Copilot said: Image 1 shows a young man standing
Image 1 shows a young man standing confidently on a wide road, with the iconic India Gate monument in the background CM ROHIT, turning 17, with your provided pictures included. He is dressed in light-colored trousers, a. The code features a confetti animation, styled fonts, and displays both images in a festive, modern white shirt, and formal black shoes, exuding a smart and polished appearance. There are several people walking and card format.
HTML
<title> adding vibrancy to the setting.Image 2 captures aHappy 17th Birthday, CM ROHIT!</title>
<link href group of young people walking outdoors. The central figure,="https://fonts.googleapis.com/css?family=Pacific dressed in light trousers, a white shirt, and blacko|Montserrat:400,700&display=swap" rel="stylesheet">
shoes (similar to the individual in Image 1 <style>
body {
margin: 0;
), carries a backpack and holds a snack packet. One of his padding: 0;
min-height: 100 friends is pointing or gesturing while holding a drink, and others are casually dressed, contributing to avh;
background: linear-gradient(135deg, dynamic, friendly, and energetic scene. The background features greenery #70e1f5, #ffd194);
font-family: 'Montserrat',, giving the impression of a park or campus environment. Arial, sans-serif;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.container {
position: relative;
z-index: 2;
text-align: center;
background: rgba(255,255,255,0.85);
border-radius: 30px;
box-shadow: 0 6px 36px rgba(0, 0, 0, 0.17);
display: inline-block;
padding: 36px 30px 24px 30px;
margin-top: 40px;
margin-bottom: 40px;
max-width: 420px;
width: 95%;
}
h1 {
font-family: '
Uploaded image: IMG-20251114-WA0018.jpg
Uploaded image: IMG-20251114-WA0019.jpg
You said: <meta