Let’s discuss your goals and find the best solutions together.
contact.form 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 /* personal info */ @mixin yourDetails { --first-name: Type Here; --last-name: Type Here; } ​ /* company info */ :where(.company) { --company-name: Type Here; --job-title: Type Here; position: var(--job-title); } ​ /* contact info */ .info { --email: Type Here; --phone: Type Here; } /* contact message */ #message { @include yourDetails; --subject: Please select Services Collaboration Other ; content: Type Here; Characters: 0 / 500 } ​ SUBMIT_ SUBMIT_
/* personal info */
@mixin yourDetails {
--first-name: Type Here;
--last-name: Type Here;
}
​
/* company info */
:where(.company) {
--company-name: Type Here;
--job-title: Type Here;
position: var(--job-title);
/* contact info */
.info {
--email: Type Here;
--phone: Type Here;
/* contact message */
#message {
@include yourDetails;
--subject: Please select Services Collaboration Other ;
content: Type Here; Characters: 0 / 500