mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
54 lines
674 B
CSS
54 lines
674 B
CSS
.header {
|
|
background: url("Images/code.png");
|
|
height: 100px;
|
|
background-size:auto;
|
|
background-position:top;
|
|
}
|
|
|
|
.orange {
|
|
background-color:gray;
|
|
}
|
|
|
|
body {
|
|
background-color: #40444B;
|
|
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
font-family:Verdana, Geneva, Tahoma, sans-serif;
|
|
word-wrap:break-word;
|
|
}
|
|
|
|
h2
|
|
{
|
|
word-wrap:break-word;
|
|
}
|
|
|
|
h3 {
|
|
color: white;
|
|
word-wrap:break-word;
|
|
}
|
|
|
|
.contact>p {
|
|
color: white;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link {
|
|
font-size: 19px;
|
|
color: black;
|
|
}
|
|
|
|
@media screen and (max-width: 768px)
|
|
{
|
|
h2
|
|
{
|
|
font-size: 20px;
|
|
}
|
|
|
|
.stats
|
|
{
|
|
display: none;
|
|
}
|
|
} |