Subscribe Us

Header Ads

Testing Post


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contact-form-widget {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #888;
    background-size: cover;
    background-position: center;
}

.contact-form-widget .form_container {
    width: 350px;
}

.contact-form-widget .form_container{
    padding: 40px 50px 40px 50px;
    background: linear-gradient(45deg, #797979, #6A6A6A);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.contact-form-widget .form_container .heading h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 20px;
    color: #eee;
}

Post a Comment

0 Comments