Holi Project Shree Ram Website



Html sorce code copy and past ... 


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Shree Ram</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <div class="navbar">
        <h2>Shree Ram</h2>
        <h2>Holi</h2>
    </div>
    <div class="container">
        <div class="shreeRamimg">
            <img src="images/shree main photo.png" alt="">
        </div>
        <div class="holitext">Hamare Taraf se Aap Sabhi ko <b>Holi</b> ki Hardik Shubhkamnay.</div>
        <div class="mahadevimg">
            <img src="images/mahadev2.png" alt="">
        </div>
    </div>

   <div class="footer">
    <h1>amar......</h1>
   </div>
</body>
</html>



CSS source code copy and past ...

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body {
    background-color: #040415;
}
.container {
    display: flex;
    align-items: center;
}

.navbar {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bolder;
    color: azure;
    text-shadow: 1px 1px 24px dodgerblue;
    cursor: pointer;
}
.navbar h2:hover {
    color: orangered;
    transition: 0.2s;
}

.shreeRamimg img {
    height: 440px;
    margin: 10px 40px;
}

.mahadevimg img {
    height: 550px;
}

.holitext {
    font-size: 25px;
    font-weight: bolder;
    color: azure;
    text-shadow: 1px 1px 24px dodgerblue;
    cursor: pointer;
}

.holitext b {
    font-size: 40px;
    color: orangered;
}
.holitext b:hover {
    font-size: 25px;
    transition: 0.3s;
}

.footerholi {
    height: 200px;
}
.footer {
    font-size: large;
    display: flex;
    align-items: center;
    justify-content: center;
    color: azure;
    text-shadow: 1px 1px 24px dodgerblue;
    cursor: pointer;
}
.footer h1:hover {
    color: orangered;
    transition: 0.2s;
}

टिप्पणियाँ

इस ब्लॉग से लोकप्रिय पोस्ट

Creat Your profile using HTML & CSS with my Source code.

Common Problems for Coding jurny and Solution.