خرید بک لینک
Hello

I have four form fields (name, email, etc) with the following CSS:

Code:

.textbox {
margin-top:250px;
margin-left:50px;
border: 1px solid #969494;
background-color:transparent;
width: 20%;
height: 25px;
font-family: Candara, 'Segoe UI', Tahoma, sans-serif;
font-weight: normal;
font-size: 14px;
color:#969494;
}

.astext {
background:none;
    border:none;
    margin:50px;
    padding:15px;
    color:#969494;
    font: Candara, Segoe, Serif;
    font-weight: normal;
}


(.astext only refers to the 'Send' button.) The fields (.textbox) are arranged in vertical order as in:

Name
Email
Subject
Message

The distance between each field is quite huge. Is that due to the margin-top of 250px? If possible, I wish to move the fields a lot closer together (just 'normal' spacing would be fine), but push all the fields, as a unit, a fair distance from
the top - almost at the bottom - which is why I have the top margin set so high.

How could I achieve that, please?

Thanks

برچسب: نویسنده: آیلین رضوانی تاريخ: يکشنبه 12 آذر 1396 ساعت: 19:12

صفحه بندی