mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
Fixed buttons.
This commit is contained in:
@@ -34,15 +34,9 @@
|
|||||||
<img src="avatar.png" alt="Marvin Blum" />
|
<img src="avatar.png" alt="Marvin Blum" />
|
||||||
</div>
|
</div>
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<form action="mailto:marvin@marvinblum.de">
|
<a href="mailto:marvin@marvinblum.de" class="button">Contact me</a>
|
||||||
<input type="submit" value="Contact me" />
|
<a href="https://github.com/Kugelschieber" target="_blank" class="button">GitHub</a>
|
||||||
</form>
|
<a href="https://twitter.com/m5blum" target="_blank" class="button">Twitter</a>
|
||||||
<form action="https://github.com/Kugelschieber" target="_blank">
|
|
||||||
<input type="submit" value="GitHub" />
|
|
||||||
</form>
|
|
||||||
<form action="https://twitter.com/m5blum" target="_blank">
|
|
||||||
<input type="submit" value="Twitter" />
|
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
<section>
|
<section>
|
||||||
<h2>who am I?</h2>
|
<h2>who am I?</h2>
|
||||||
|
|||||||
@@ -43,8 +43,9 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu input {
|
.menu .button {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
|
|||||||
Reference in New Issue
Block a user