Git Product home page Git Product logo

alikhan's Introduction

Alikhan

this is my first card project in css

<title>card 2</title> <style> *{ padding: 0%; margin: 0%; box-sizing: border-box; } .container{ width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background: rgb(34,193,195); background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(70,253,45,0.7287289915966386) 100%);
    }
    .card{
        width: 400px;
        height: 600px;
        display: flex;
        align-items: center;
        background-color:white;
        border-radius: 20px;
        flex-direction: column;
        gap: 25px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    .card img{
        width: 100%;
        height: 30%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 75%;
        text-align: center;
    }
    .amountbox{
        width: 80%;
        height: 10%;
        background-color:rgb(244, 244, 106);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 20px;
        padding-left: 20px;
    }
    .leftbox{
        height: 100%;
        display: flex;
        gap: 15px;
        align-items: center;
    }
    #Paymentb{
        width: 80%;
        height: 9%;
        background-color: rgb(88, 173, 88);
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }
.cancel a {
    text-decoration: none;
    color: rgb(80, 73, 73);
    font-weight: bold;
    font-size: large;
}

.leftbox img{ width: 40px; height: 40px; } </style>

Order summary

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Maxime repellat totam iste, odit ea voluptas? Non unde dolorum placeat veniam?

Amount

$99.9/year

                </div>
                <div class="rightbox">
                    <a href="">Change</a>

                </div>
            </div>
            <button id="Paymentb">
                Proceed to Payment
            </button>
            <div class="cancel">
                <a href="#cancelorder">Cancel Order</a>
            </div>


        </div>
      
    </div>

alikhan's People

Contributors

alikhan447860 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.