Created
July 1, 2024 21:30
-
-
Save gicolek/790d8697b58febb2c63e4e1cfa52b19d to your computer and use it in GitHub Desktop.
Contact Form 7 Grid CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="c-grid"> | |
<div> | |
<label> Name* | |
[text* your-name akismet:author autocomplete:name] </label> | |
</div> | |
<div> | |
<label> Email* | |
[email* your-email akismet:author_email autocomplete:email] </label> | |
</div> | |
</div> | |
<div> | |
<h4> Your Address </h4> | |
<div class="c-grid c-grid--three"> | |
<div> | |
<label> Address Street* | |
[text* addone] </label> | |
</div> | |
<div> | |
<label> Address Street Two* | |
[text* addtwo] </label> | |
</div> | |
<div> | |
<label> Address Suburb* | |
[text* addthree] </label> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment