TGViewer
انجمن علمی HIT جندی شاپور اهواز انجمن علمی HIT جندی شاپور اهواز @ajums_hit · 347 subscribers
Post #974 96
#codeshow
💖💌^_^

از بامزه بودن و قابل تحمل کردن درس های سخت رشته میتونیم به زبان html پناه ببرید .
برای درست کردن قلب love you فقط کافیه کد زیر رودر هر برنامه ی کددهی که دارید مثلا vscode کپی کنید و برای پارتنر یا کسی که دوسش دارید بفرستید. 💖
🔗code/HTML:
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<title>Heart</title>

<style>

body {
margin: 0;
background: #000;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

#heart {
position: relative;
width: 600px;
height: 600px;
}

.love {
position: absolute;
color: #ffb6c1;
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: bold;
white-space: nowrap;
}

</style>
</head>

<body>

<div id="heart"></div>

<script>

const heart = document.getElementById("heart");

const centerX = 300;
const centerY = 300;

const scale = 17;

for (let t = 0; t < Math.PI * 2; t += 0.012) {

const x = 16 * Math.pow(Math.sin(t), 3);

const y = -(13 * Math.cos(t)
- 5 * Math.cos(2 * t)
- 2 * Math.cos(3 * t)
- Math.cos(4 * t));

const love = document.createElement("span");

love.className = "love";
love.innerText = "I love you";

love.style.left =
(centerX + x * scale) + "px";

love.style.top =
(centerY + y * scale) + "px";

love.style.transform =
"translate(-50%, -50%)";

heart.appendChild(love);
}

</script>

</body>
</html>

🔹️انجمن علمی دانشجویی فناوری اطلاعات سلامت علوم پزشکی جندی شاپور اهواز
  • ❤ 3
  • 💘 3
  • 👏 2
  • 🤩 2
  • 🔥 1
More from @ajums_hit
  1. Sep 27, 2026🔰 اولین کنگره بین‌المللی حلال و محصولات سلامت‌محور شعار کنگره: ارتباط دانشگاه با صنعت حلا…
  2. Sep 26, 2026🔮برای کمی جادو کردن به سبک HIT: فقط کافیه روی فایل کلیک کنی ، کد به صورت آماده روی دستگاه…
  3. Sep 26, 2026#codeshow 🖐 پورتال جادویی؛ وقتی دست‌هایت تبدیل به ابزار ویرایش می‌شوند Touchless Image Fi…
  4. Sep 26, 2026^_^
  5. Sep 26, 2026Post #980
  6. Sep 24, 2026🌐رفرنس‌های مهم رشته HIT | پارت دوم 📚 ICD-9-CM دقیقاً چیه؟ مخفف ( International Classific…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →