Skip to content

Commit

Permalink
form changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hubhacker committed Feb 2, 2024
1 parent d927845 commit 2b36929
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions contactUs.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,28 @@
}

button {
width: 282.912px;
height: 102px;
width: 165.912px;
height: 50px;
color: #FFF;
background-color: #C45A4C;
border: none;
font-size: 40px;
font-weight: 700;
font-size: 20px;
border-radius: 20px;
}

footer {
width: 1920px;
height: 520px;
flex-shrink: 0;
background-color: #304562;
color: #FFF;
display: flex;
justify-content: center;
align-items: center;
}

.footerContent {

}


Expand Down Expand Up @@ -142,12 +157,20 @@ <h5 class="contactCont">CONTACT US</h5>
<textarea name="message" id="message" rows="4"></textarea>
</div>

<button type="submit">Send</button>
<button type="submit">SEND</button>
</form>


<footer>
<div class="footerContent">

</div>
</footer>



<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script> M.AutoInit();</script>
>>>>>>> Stashed changes

</body>
</html>

0 comments on commit 2b36929

Please sign in to comment.