Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 3.147.66.224
html, body {
margin: 0;
padding: 0;
background-attachment: fixed;
background-position: 50% 50%;
background-size: cover;
}
a {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.bg-red {
background-image: url(../img/bg-red.jpg);
}
.bg-orange {
background-image: url(../img/bg-orange.jpg);
}
.bg-yellow {
background-image: url(../img/bg-yellow.jpg);
}
.bg-green {
background-image: url(../img/bg-green.jpg);
}
.bg-cyan {
background-image: url(../img/bg-cyan.jpg);
}
.bg-blue {
background-image: url(../img/bg-blue.jpg);
}
.bg-purple {
background-image: url(../img/bg-purple.jpg);
}
.bg-pink {
background-image: url(../img/bg-pink.jpg);
}
.bg-black {
background-image: url(../img/bg-black.jpg);
}
.body {
max-width: 800px;
margin: 0 auto;
padding: 40px;
}
.body-s {
max-width: 400px;
}
@media screen and (max-width: 600px) {
.body {
padding: 20px;
}
}
|