mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Deploy k4ustu3h/gitfolio to github.com/k4ustu3h/gitfolio.git:gh-pages
This commit is contained in:
parent
a5ac423039
commit
606563a755
1 changed files with 3 additions and 55 deletions
58
index.css
58
index.css
|
@ -1,5 +1,4 @@
|
||||||
@import url("https://fonts.googleapis.com/css?family=Asap");
|
@import url("https://fonts.googleapis.com/css?family=Asap|Asap+Condensed");
|
||||||
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed');
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0%;
|
margin: 0%;
|
||||||
|
@ -13,42 +12,6 @@ body {
|
||||||
font-family: "Asap", sans-serif;
|
font-family: "Asap", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading {
|
|
||||||
width: 100vw;
|
|
||||||
height: 100vh;
|
|
||||||
position: fixed;
|
|
||||||
background: var(--bg-color);
|
|
||||||
z-index: 999;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#spinner {
|
|
||||||
animation: rotate 0.5s infinite linear;
|
|
||||||
width: 50px;
|
|
||||||
height: 50px;
|
|
||||||
border: 2px solid var(--bg-color);
|
|
||||||
border-bottom: 2px solid var(--text-color);
|
|
||||||
border-radius: 50%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes rotate {
|
|
||||||
0% {
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#profile {
|
#profile {
|
||||||
width: 24vw;
|
width: 24vw;
|
||||||
padding: 4vh 3vw;
|
padding: 4vh 3vw;
|
||||||
|
@ -281,14 +244,6 @@ body {
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.go_back {
|
|
||||||
position: absolute;
|
|
||||||
color: var(--text-color);
|
|
||||||
font-size: 26px;
|
|
||||||
margin-left: 5vw;
|
|
||||||
margin-top: 4vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
color: var(--bg-color);
|
color: var(--bg-color);
|
||||||
background: var(--text-color);
|
background: var(--text-color);
|
||||||
|
@ -337,14 +292,6 @@ body {
|
||||||
.projects section {
|
.projects section {
|
||||||
width: 88%;
|
width: 88%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.go_back {
|
|
||||||
position: relative;
|
|
||||||
color: var(--text-color);
|
|
||||||
font-size: 26px;
|
|
||||||
margin-left: 5vw;
|
|
||||||
top: 5vh;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
@ -436,7 +383,8 @@ body {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
left: -3px;
|
left: -3px;
|
||||||
}:root {
|
}
|
||||||
|
:root {
|
||||||
--bg-color: rgb(10, 10, 10);
|
--bg-color: rgb(10, 10, 10);
|
||||||
--text-color: #fff;
|
--text-color: #fff;
|
||||||
--background-image: linear-gradient(90deg,
|
--background-image: linear-gradient(90deg,
|
||||||
|
|
Loading…
Reference in a new issue