update
This commit is contained in:
parent
cad1c2f65a
commit
5047be7e4a
@ -55,6 +55,31 @@ body{
|
|||||||
.projects > :first-child{
|
.projects > :first-child{
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.contact form{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 30rem;
|
||||||
|
}
|
||||||
|
.contact form button{
|
||||||
|
margin-left: 10rem;
|
||||||
|
margin-right: 10rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
padding-bottom: 1rem;
|
||||||
|
border-radius: 10px;
|
||||||
|
background-color: rgba(255, 255, 255, 0.719);
|
||||||
|
font-size: 1rem;
|
||||||
|
cursor: pointer;
|
||||||
|
box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.58);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.footer{
|
.footer{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -66,6 +66,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="contact">
|
||||||
|
<h2>Kontaktujte mě</h2>
|
||||||
|
<form>
|
||||||
|
<label for="email">Zadejte váš e-mail</label>
|
||||||
|
<input type="email" name="email" id="email" placeholder="Váš e-mail" required>
|
||||||
|
<label for="message">Napište zprávu</label>
|
||||||
|
<textarea name="message" id="message" cols="30" rows="10"></textarea>
|
||||||
|
<button type="submit" id="send">Odeslat</button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="text">
|
<div class="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user