mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-10-21 18:30:34 +00:00
Added gif to homepage
This commit is contained in:
parent
16f7dbd235
commit
cad16a254d
@ -1,25 +1,25 @@
|
||||
/* h1, */
|
||||
/* p { */
|
||||
/* color: var(--text-color); */
|
||||
/* font-size: 20px; */
|
||||
/* text-align: center; */
|
||||
/* margin-top: 10px; */
|
||||
/* } */
|
||||
/**/
|
||||
/* a { */
|
||||
/* text-decoration: none; */
|
||||
/* color: var(--link-text-color); */
|
||||
/* } */
|
||||
/**/
|
||||
/* a:hover { */
|
||||
/* text-decoration: underline; */
|
||||
/* } */
|
||||
/**/
|
||||
/* .center { */
|
||||
/* margin: 0; */
|
||||
/* position: absolute; */
|
||||
/* top: 50%; */
|
||||
/* left: 50%; */
|
||||
/* -ms-transform: translate(-50%, -50%); */
|
||||
/* transform: translate(-50%, -50%); */
|
||||
/* } */
|
||||
h1,
|
||||
p {
|
||||
color: var(--text-color);
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--link-text-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.center {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
@ -11,8 +11,6 @@
|
||||
--text-color: #f0f6fc;
|
||||
--code-bg-color: #393f48;
|
||||
--ff-sans-normal: "Roboto", sans-serif;
|
||||
--fs-16: 16px;
|
||||
--fs-20: 20px;
|
||||
}
|
||||
|
||||
html,
|
||||
|
||||
@ -7,14 +7,14 @@
|
||||
href="{% static 'main/css/index.css' %}"/>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<!-- <div class="center"> -->
|
||||
<!-- <img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif" -->
|
||||
<!-- alt="Hello there."> -->
|
||||
<!-- <h1> -->
|
||||
<!-- I'm <span class="highlight">Kristofers Solo</span> -->
|
||||
<!-- </h1> -->
|
||||
<!-- <h1> -->
|
||||
<!-- <span id="text-rotate">Jedi</span> -->
|
||||
<!-- </h1> -->
|
||||
<!-- </div> -->
|
||||
<div class="center">
|
||||
<img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif"
|
||||
alt="Hello there.">
|
||||
<h1>
|
||||
I'm <span class="highlight">Kristofers Solo</span>
|
||||
</h1>
|
||||
<h1>
|
||||
<span id="text-rotate">Jedi</span>
|
||||
</h1>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user