Conversation
harfousha
commented
Feb 8, 2025
<title>رسالة جميلة مع قلوب متحركة</title>
<style>
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #ffe6e6; /* Light pink */
overflow: hidden;
font-family: 'Arial', sans-serif;
position: relative;
}
canvas {
display: block;
}
#message {
position: absolute;
top: 20px;
text-align: center;
color: #ff1493; /* Deep pink */
font-size: 30px;
font-weight: bold;
opacity: 0;
animation: fadeIn 2s forwards;
}
#buttonContainer {
position: absolute;
bottom: 20px;
text-align: center;
}
button {
background-color: #ff69b4; /* Hot pink */
color: white;
border: none;
padding: 10px 20px;
font-size: 18px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #ff1493; /* Deep pink */
}
#personalMessage {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 182, 193, 0.8); /* Light pink with transparency */
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-size: 24px;
color: #ff1493;
text-align: center;
display: none;
}
@Keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
مرحبًا بك في عالم الحب والجمال ❤️
غيداء، أنتِ نور حياتي وسبب سعادتي. كل حرف من اسمك يحمل في طياته الحب والجمال. ❤️
Author
|
<title>رسالة جميلة مع قلوب متحركة</title>
<style>
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #ffe6e6; /* Light pink */
overflow: hidden;
font-family: 'Arial', sans-serif;
position: relative;
}
canvas {
display: block;
}
#message {
position: absolute;
top: 20px;
text-align: center;
color: #ff1493; /* Deep pink */
font-size: 30px;
font-weight: bold;
opacity: 0;
animation: fadeIn 2s forwards;
}
#buttonContainer {
position: absolute;
bottom: 20px;
text-align: center;
}
button {
background-color: #ff69b4; /* Hot pink */
color: white;
border: none;
padding: 10px 20px;
font-size: 18px;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease;
}
button:hover {
background-color: #ff1493; /* Deep pink */
}
#personalMessage {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 182, 193, 0.8); /* Light pink with transparency */
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-size: 24px;
color: #ff1493;
text-align: center;
display: none;
}
@Keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
</style>
مرحبًا بك في عالم الحب والجمال ❤️
غيداء، أنتِ نور حياتي وسبب سعادتي. كل حرف من اسمك يحمل في طياته الحب والجمال. ❤️
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.