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, */
|
h1,
|
||||||
/* p { */
|
p {
|
||||||
/* color: var(--text-color); */
|
color: var(--text-color);
|
||||||
/* font-size: 20px; */
|
font-size: 20px;
|
||||||
/* text-align: center; */
|
text-align: center;
|
||||||
/* margin-top: 10px; */
|
margin-top: 10px;
|
||||||
/* } */
|
}
|
||||||
/**/
|
|
||||||
/* a { */
|
a {
|
||||||
/* text-decoration: none; */
|
text-decoration: none;
|
||||||
/* color: var(--link-text-color); */
|
color: var(--link-text-color);
|
||||||
/* } */
|
}
|
||||||
/**/
|
|
||||||
/* a:hover { */
|
a:hover {
|
||||||
/* text-decoration: underline; */
|
text-decoration: underline;
|
||||||
/* } */
|
}
|
||||||
/**/
|
|
||||||
/* .center { */
|
.center {
|
||||||
/* margin: 0; */
|
margin: 0;
|
||||||
/* position: absolute; */
|
position: absolute;
|
||||||
/* top: 50%; */
|
top: 50%;
|
||||||
/* left: 50%; */
|
left: 50%;
|
||||||
/* -ms-transform: translate(-50%, -50%); */
|
-ms-transform: translate(-50%, -50%);
|
||||||
/* transform: translate(-50%, -50%); */
|
transform: translate(-50%, -50%);
|
||||||
/* } */
|
}
|
||||||
|
|||||||
@ -11,8 +11,6 @@
|
|||||||
--text-color: #f0f6fc;
|
--text-color: #f0f6fc;
|
||||||
--code-bg-color: #393f48;
|
--code-bg-color: #393f48;
|
||||||
--ff-sans-normal: "Roboto", sans-serif;
|
--ff-sans-normal: "Roboto", sans-serif;
|
||||||
--fs-16: 16px;
|
|
||||||
--fs-20: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|||||||
@ -7,14 +7,14 @@
|
|||||||
href="{% static 'main/css/index.css' %}"/>
|
href="{% static 'main/css/index.css' %}"/>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- <div class="center"> -->
|
<div class="center">
|
||||||
<!-- <img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif" -->
|
<img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif"
|
||||||
<!-- alt="Hello there."> -->
|
alt="Hello there.">
|
||||||
<!-- <h1> -->
|
<h1>
|
||||||
<!-- I'm <span class="highlight">Kristofers Solo</span> -->
|
I'm <span class="highlight">Kristofers Solo</span>
|
||||||
<!-- </h1> -->
|
</h1>
|
||||||
<!-- <h1> -->
|
<h1>
|
||||||
<!-- <span id="text-rotate">Jedi</span> -->
|
<span id="text-rotate">Jedi</span>
|
||||||
<!-- </h1> -->
|
</h1>
|
||||||
<!-- </div> -->
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user