Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
602 B
4
Indexable
Never
#edit-code {
    margin-left: 1px;
    margin-top: 1px;
    padding: 5px;
    border: 2px solid #474747;
    border-radius: 8px 8px 8px 8px;
    height: 60px;
    width: 210px;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#edit-submit-1 {
    -webkit-appearance: none;
    margin-left: 0px;
    width: 80px;
    padding: 0 10px 0 10px;
    border: 2px solid #474747;
    background-color: #c05746;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 8px 8px 8px 8px;
    height: 60px;
}
Leave a Comment