Selamat datang di Website Teknologi Terkini! Nikmati informasi terbaru dan inovasi teknologi.

Kode HTML for Valentine

VIDEO DEMO:

Apakah anda ingin membuat seperti di atas?

Jika iya silahkan ikuti cara berikut ini:

  1. Pertama: buat folder baru dan tambahkan file "index.html" dan "style.css".
  2. Kedua: Setelah membuat folder dan file, buka aplikasi Text Editor yang anda punya.
  3. Ketiga: Klik file "index.html".

Keempat: Setelah diklik, salin kode "index.html" di bawah ini:


<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="style.css">
    <title>Make It Love</title>
</head>
<body>
    <div class="heart"></div>
</body>
</html>

Kelima: Pilih file "style.css" dan salin kode berikut:


body {
    background: #3e0000;
    margin: 0;
    padding: 0;
}

.heart {
    width: 180px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 37%;
    background: #ff3e3e;
    transition: 1s;
    transform-origin: right bottom;
}

.heart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    transition: 2s;
    transform-origin: right bottom;
}

.heart:hover {
    transform: rotate(45deg);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.heart:hover:before {
    transform: rotate(450deg) translateY(100px);
    border-top-left-radius: 50px;
    background: #e22c2c;
    border-bottom-left-radius: 50px;
}

Itulah cara membuat kode HTML untuk Valentine. Jika ada kesalahan pengetikan, mohon maaf. Terima kasih.

by: lewis-kull.com

Baca juga :

About the Author

Perkenalkan nama saya Lewis Christian Sirait, saya sekarang sekolah di SMP Swasta Katolik Budi Murni 1 Medan.Saya berbisnis editor video, penulis, dan pengembang situs.

إرسال تعليق

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.
advertisement
advertisement
>