Update style.css
This commit is contained in:
15
style.css
15
style.css
@@ -6,8 +6,13 @@
|
|||||||
font-family: Lato;
|
font-family: Lato;
|
||||||
src: url('lato.ttf');
|
src: url('lato.ttf');
|
||||||
}
|
}
|
||||||
*{
|
/* *{
|
||||||
transition: 400ms;
|
transition: 400ms;
|
||||||
|
}*/
|
||||||
|
.matomo{
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
font-family: Lato, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body{
|
body{
|
||||||
@@ -16,7 +21,7 @@ body{
|
|||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
margin-right: 20%;
|
margin-right: 20%;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
transition: 500ms;
|
/*transition: 500ms;*/
|
||||||
padding-bottom: 5vh;
|
padding-bottom: 5vh;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
color: var(--txt-color);
|
color: var(--txt-color);
|
||||||
@@ -55,6 +60,10 @@ h1,h2,h3,h4,h5,h6{
|
|||||||
#top{
|
#top{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.letter:hover{
|
||||||
|
color: var(--bg-color);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
#menu{
|
#menu{
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
}
|
}
|
||||||
@@ -140,7 +149,7 @@ a:hover{
|
|||||||
.mi, .mi:not(:last-of-type){
|
.mi, .mi:not(:last-of-type){
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
transition: 300ms;
|
/*transition: 300ms;*/
|
||||||
}
|
}
|
||||||
#me{
|
#me{
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user