Full Responsive Website Using HTML/CSS.

                            OUTPUT:


We have also added Hover effects to Our Navigation Bar and Our Image.

Pictures Used: 
@shubham.__.sagar
You can Use these Images To Start Making Your Website.....


Code:

Index.html

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Crypto-Currency</title>
    <link rel="stylesheet" href="css/style.css">
    <link rel="stylesheet" media="screen and (max-width: 1170px)" href="css/phone.css">
    <link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Rowdies&display=swap" rel="stylesheet">


</head>

<body>
    <img class="bitcoin" src="abstract-blockchain-background_23-2147850235-removebg-preview.png">
    <div>
       <ul>
        <img class="logo" src="https://o.remove.bg/downloads/785fc275-1d59-4597-8e78-c45c2466a0bd/download__1_-removebg-preview.png">
        <li class="shu" id="shu1">Home</li>
        <li class="shu">Services</li>
        <li class="shu">Products</li>
            <li class="shu">Contact Us</li>
            <li class="sign">Sign Up</li>
       </ul>
       
    
    </div>
    <div class="Main_header">
        <h2>Our Basic Thesis For Bitcoin<br> is That it Is Better Than Gold</h2><br>
        <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of
            classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a
            Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, 
            consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical
            literature, discovered the undoubtable source.</p><br>
        <div class="photo" >
        <img class="phoro" src="https://o.remove.bg/downloads/fa46d963-8c0d-4c1d-ad8e-0e53b9de1da8/gggg-removebg-preview.png">
            
        </div>  
    
    </div>
    
    
</body>
    
</html>


Style.css


        body{
            background:#42455a;
            
        }
        .bitcoin{
            filter:opacity(100);
            floatright;
            margin-top50px;
            margin-right99px;
            transition.6s;
            transformtranslate(50px);
        }
        .bitcoin:hover{
            transformscale(1.2);
        }
        .logo{
            width60px;
            height50px;
            floatleft;
        }
        ul{
            displayinline-flex;
            
        }
        .shu{
            
            font-family'Fredoka One'cursive
            list-stylenone;
            padding15px;
            cursorpointer;
            color#b2b1b1;
            transition.6s;
            animation-name: shubham;
            animation-iteration-count1;
            animation-fill-modeforwards;
        }
        
        .shu:hover{
            colorwhite;
            border-bottomsolid red 2px;
            transformscale(1.2);
            
            
        }
        .sign{
            list-stylenone;
            cursorpointer;
            top40px;
            right80px;
            positionabsolute;
            colorwhite;
            padding13px;
            bordersolid 3px;
            border-radius10px;
            border-imagelinear-gradient(80deg,pink,blue);
            border-image-slice1;
        }
        h2{
            colorwhite;
            font-family'Rowdies'cursive;
            word-spacing10px;
            font-size40px;
            margin100px;
        }
        p{
            
            font-size15px;
            font-family'Rowdies'cursive;
            colorburlywood;
            margin:-100px;
            margin-left99px;
        }
        .phoro{
            margin-top100px;
            margin-left100px;
            width90px;
            height50px;
            floatinherit;
            
        }
       

Hope, You don't find any Difficulty! If, In any case, you face problems then Contact Us at our E-mail...

BY,
Shubham Sagar
Code Star
India...


                               Thank You












1 comment:

Powered by Blogger.