Skip to content
Snippets Groups Projects

power_portfolio-3402733:Themed the contact page.

1 file
+ 44
0
Compare changes
  • Side-by-side
  • Inline
+ 44
0
@@ -729,3 +729,47 @@ section {
main.main {
margin-top: 90px;
}
.button {
position: relative;
display: inline-block;
padding: 10px 20px;
cursor: pointer;
transition: all 0.1s;
text-align: center;
text-decoration: none;
color: #fff;
border: 1px solid #ffc451;
border-radius: 30px;
background-color: #ffc451;
font-size: 16px;
}
.button:hover {
background: #000;
border-color: #000;
}
.form-item, .form-actions {
margin: 10px;
}
.form-text,
.form-textarea {
display: block;
width: 100%;
padding: 10px 15px;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
border: 1px solid #ced4da;
appearance: none;
border-radius: 0.25rem;
}
.contact-form {
max-width: 650px;
margin: 0 auto;
}
\ No newline at end of file
Loading