mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Improved home page
This commit is contained in:
@@ -1,9 +1,28 @@
|
||||
|
||||
:root
|
||||
{
|
||||
:root {
|
||||
--fg-theme: gray;
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 257px;
|
||||
overflow-x: hidden;
|
||||
background-color: #40444B;
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding-right: 1.9rem;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 255px;
|
||||
}
|
||||
|
||||
.header {
|
||||
background: url("Images/code.png");
|
||||
height: 100px;
|
||||
@@ -15,10 +34,6 @@
|
||||
background-color: var(--fg-theme);
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #40444B;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: white;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
@@ -44,33 +59,37 @@ h3 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
|
||||
a:link {
|
||||
color: gray;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* visited link */
|
||||
|
||||
a:visited {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
/* mouse over link */
|
||||
|
||||
a:hover {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
/* selected link */
|
||||
|
||||
a:active {
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
.nav-link
|
||||
{
|
||||
.nav-link {
|
||||
text-decoration: var(--fg-theme);
|
||||
}
|
||||
|
||||
.toolIcon img{
|
||||
width: 100;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
@@ -83,9 +102,8 @@ a:active {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 360px)
|
||||
{
|
||||
h1{
|
||||
@media screen and (max-width: 360px) {
|
||||
h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
.mostUsedLangs {
|
||||
|
||||
Reference in New Issue
Block a user