add services i run, and more
This commit is contained in:
36
style.css
36
style.css
@@ -1,3 +1,10 @@
|
||||
:root {
|
||||
--primary: #6347ff;
|
||||
--secondary: #ffe847;
|
||||
--primary-50: #312480;
|
||||
--secondary-50: #807424;
|
||||
}
|
||||
|
||||
@keyframes spinner-a {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
@@ -52,14 +59,18 @@
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 0;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 16px;
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
p {
|
||||
@@ -78,6 +89,15 @@ p {
|
||||
#contact-info-container {
|
||||
min-height: 57px;
|
||||
max-width: 162.13px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#contact-info-container * {
|
||||
user-select: initial;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-bottom: 25vh;
|
||||
}
|
||||
|
||||
.cover {
|
||||
@@ -127,3 +147,15 @@ p {
|
||||
body {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
#click-to-reveal-prompt {
|
||||
color: var(--secondary);
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 25%;
|
||||
right: 25%;
|
||||
bottom: 0;
|
||||
font-size: 12px;
|
||||
max-width: 50%;
|
||||
text-align: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user