2023-02-02 05:02:36 +00:00
|
|
|
body, html {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
font: 400 15px/1.8 "Lato", sans-serif;
|
2023-02-02 06:13:00 +00:00
|
|
|
color: #777;}
|
2023-02-02 05:02:36 +00:00
|
|
|
|
2023-02-02 06:13:00 +00:00
|
|
|
.bgimg-1, .bgimg-2, .bgimg-3 {
|
2023-02-02 05:02:36 +00:00
|
|
|
position: relative;
|
|
|
|
opacity: 0.65;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2023-02-02 06:13:00 +00:00
|
|
|
background-size: cover;
|
2023-02-02 05:02:36 +00:00
|
|
|
}
|
2023-02-02 06:13:00 +00:00
|
|
|
.bgimg-1 {
|
2023-02-02 05:02:36 +00:00
|
|
|
background-image: url("/images/blacklogo.png");
|
|
|
|
height: 100%;
|
|
|
|
}
|
2023-02-02 06:13:00 +00:00
|
|
|
.caption {
|
2023-02-02 05:02:36 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 50%;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
color: #000;
|
|
|
|
}
|
2023-02-02 06:13:00 +00:00
|
|
|
.caption span.border {
|
2023-02-02 05:02:36 +00:00
|
|
|
background-color: #111;
|
|
|
|
color: #fff;
|
|
|
|
padding: 18px;
|
|
|
|
font-size: 25px;
|
|
|
|
letter-spacing: 10px;
|
|
|
|
}
|
2023-02-02 06:13:00 +00:00
|
|
|
h3 {
|
2023-02-02 05:02:36 +00:00
|
|
|
letter-spacing: 5px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font: 20px "Lato", sans-serif;
|
|
|
|
color: #111;
|
|
|
|
}
|
2023-02-02 06:13:00 +00:00
|
|
|
.btn {
|
2023-02-02 05:02:36 +00:00
|
|
|
border: none;
|
|
|
|
background-color: inherit;
|
|
|
|
padding: 14px 28px;
|
|
|
|
font-size: 16px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-02-05 06:00:09 +00:00
|
|
|
.btn:hover {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
.home {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
.login {
|
|
|
|
color: rgb(233, 87, 238);
|
|
|
|
}
|
|
|
|
.music {
|
|
|
|
color: rgb(255, 190, 70);
|
|
|
|
}
|
|
|
|
.blog {
|
|
|
|
color: rgb(0, 217, 255);
|
|
|
|
}
|
|
|
|
.discord {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.git {
|
|
|
|
color: rgb(230, 68, 68);
|
|
|
|
}
|