goofy
This commit is contained in:
parent
9d2f35cf83
commit
06b70581fc
|
@ -0,0 +1,49 @@
|
||||||
|
body {
|
||||||
|
padding-top: 20px;
|
||||||
|
padding-bottom: 60px;
|
||||||
|
background-color: #3c0084;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Custom container */
|
||||||
|
.container {
|
||||||
|
margin: 0 auto;
|
||||||
|
max-width: 1000px;
|
||||||
|
}
|
||||||
|
.container > hr {
|
||||||
|
margin: 60px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Main marketing message and sign up button */
|
||||||
|
.jumbotron {
|
||||||
|
margin: 80px 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.jumbotron h1 {
|
||||||
|
font-size: 100px;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
.jumbotron .lead {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 1.25;
|
||||||
|
}
|
||||||
|
.jumbotron .btn {
|
||||||
|
font-size: 21px;
|
||||||
|
padding: 14px 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Supporting marketing content */
|
||||||
|
.marketing {
|
||||||
|
margin: 60px 0;
|
||||||
|
}
|
||||||
|
.marketing p + h4 {
|
||||||
|
margin-top: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pissbigger h1 {
|
||||||
|
font-size: 42px;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-unit {
|
||||||
|
text-align: center;
|
||||||
|
}
|
95
index.html
95
index.html
|
@ -10,98 +10,7 @@
|
||||||
|
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="assets/bootstrap.css" rel="stylesheet">
|
<link href="assets/bootstrap.css" rel="stylesheet">
|
||||||
<style>
|
<link href="assets/dominate.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
padding-top: 20px;
|
|
||||||
padding-bottom: 60px;
|
|
||||||
background-color: #3c0084;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Custom container */
|
|
||||||
|
|
||||||
.container {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 1000px;
|
|
||||||
}
|
|
||||||
.container > hr {
|
|
||||||
margin: 60px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-unit {
|
|
||||||
background-color: #aa00a7;
|
|
||||||
box-shadow: 0 0 0 4px #aa009f;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Main marketing message and sign up button */
|
|
||||||
.jumbotron {
|
|
||||||
margin: 80px 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.jumbotron h1 {
|
|
||||||
font-size: 100px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
.jumbotron .lead {
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 1.25;
|
|
||||||
}
|
|
||||||
.jumbotron .btn {
|
|
||||||
font-size: 21px;
|
|
||||||
padding: 14px 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Supporting marketing content */
|
|
||||||
.marketing {
|
|
||||||
margin: 60px 0;
|
|
||||||
}
|
|
||||||
.marketing p + h4 {
|
|
||||||
margin-top: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pissbigger h1 {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* how to not fix your css part numba wuuun */
|
|
||||||
@media (min-width: 768px) and (max-width: 979px) {
|
|
||||||
.pantshitted {
|
|
||||||
float:right !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.flextape {
|
|
||||||
display: grid;
|
|
||||||
gap: 1rem;
|
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 600px) and (max-width: 979px) {
|
|
||||||
.flextape {
|
|
||||||
grid-template-columns: 1fr 1fr;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
.flextape {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.memcomment {
|
|
||||||
position: relative;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.memcomment .author {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<link href="assets/bootstrap-responsive.css" rel="stylesheet">
|
<link href="assets/bootstrap-responsive.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||||
|
@ -256,7 +165,7 @@
|
||||||
<!-- Dispiss panel end-->
|
<!-- Dispiss panel end-->
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<span style="float:left">Adastra7 2017-2013</span>
|
<span style="float:left">Adastra7 2017-2023</span>
|
||||||
<span style="float:right">Abuse : <a href="mailto:abuse@adastra7.net">abuse@adastra7.net</a></span>
|
<span style="float:right">Abuse : <a href="mailto:abuse@adastra7.net">abuse@adastra7.net</a></span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
55
roxy.html
55
roxy.html
|
@ -10,60 +10,7 @@
|
||||||
|
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="assets/bootstrap.css" rel="stylesheet">
|
<link href="assets/bootstrap.css" rel="stylesheet">
|
||||||
<style>
|
<link href="assets/dominate.css" rel="stylesheet">
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
padding-top: 20px;
|
|
||||||
padding-bottom: 60px;
|
|
||||||
background-color: #3c0084;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Custom container */
|
|
||||||
.container {
|
|
||||||
margin: 0 auto;
|
|
||||||
max-width: 1000px;
|
|
||||||
}
|
|
||||||
.container > hr {
|
|
||||||
margin: 60px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Main marketing message and sign up button */
|
|
||||||
.jumbotron {
|
|
||||||
margin: 80px 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.jumbotron h1 {
|
|
||||||
font-size: 100px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
.jumbotron .lead {
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 1.25;
|
|
||||||
}
|
|
||||||
.jumbotron .btn {
|
|
||||||
font-size: 21px;
|
|
||||||
padding: 14px 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Supporting marketing content */
|
|
||||||
.marketing {
|
|
||||||
margin: 60px 0;
|
|
||||||
}
|
|
||||||
.marketing p + h4 {
|
|
||||||
margin-top: 28px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pissbigger h1 {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hero-unit {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
<link href="assets/bootstrap-responsive.css" rel="stylesheet">
|
<link href="assets/bootstrap-responsive.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||||
|
|
Loading…
Reference in New Issue