Update index.php
This commit is contained in:
parent
bd569ecf2b
commit
5583d634a2
@ -155,6 +155,15 @@ a.abc {
|
|||||||
.aptprice {
|
.aptprice {
|
||||||
background-color: #3d414a;
|
background-color: #3d414a;
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
|
}
|
||||||
|
.darkbox {
|
||||||
|
border-color: white;
|
||||||
|
border-width: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.darkbox {
|
||||||
|
border-radius: .2em;
|
||||||
|
border: 1px solid rgba(204, 204, 204, 0.14);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -645,21 +654,21 @@ speakers, 70" 4k tv
|
|||||||
|
|
||||||
<div class="flex one three-600 demo">
|
<div class="flex one three-600 demo">
|
||||||
|
|
||||||
<div style="text-align:center;"><span>
|
<div style="text-align:center;" class="darkbox"><span>
|
||||||
|
|
||||||
<h1>$350 / Month</h1>
|
<h1>$350 / Month</h1>
|
||||||
<h3>The Minimalist</h3>
|
<h3>The Minimalist</h3>
|
||||||
<h5>An unfurnished room with electricity and water</h5>
|
<h5>An unfurnished room with electricity and water</h5>
|
||||||
|
|
||||||
</span></div>
|
</span></div>
|
||||||
<div style="text-align:center;"><span>
|
<div style="text-align:center;" class="darkbox"><span>
|
||||||
|
|
||||||
<h1>$600 / Month</h1>
|
<h1>$600 / Month</h1>
|
||||||
<h3>The Essentials</h3>
|
<h3>The Essentials</h3>
|
||||||
<h5>Finished kitchen and living space</h5>
|
<h5>Finished kitchen and living space</h5>
|
||||||
</span></div>
|
</span></div>
|
||||||
|
|
||||||
<div style="text-align:center;"><span>
|
<div style="text-align:center;" class="darkbox"><span>
|
||||||
|
|
||||||
<h1>$1000 / Month</h1>
|
<h1>$1000 / Month</h1>
|
||||||
<h3>The Luxurious</h3>
|
<h3>The Luxurious</h3>
|
||||||
@ -708,21 +717,21 @@ speakers, 70" 4k tv
|
|||||||
|
|
||||||
<div class="flex one three-600 demo">
|
<div class="flex one three-600 demo">
|
||||||
|
|
||||||
<div style="text-align:center;"><span>
|
<div style="text-align:center;" class="darkbox"><span>
|
||||||
|
|
||||||
<h1>$200 / Month</h1>
|
<h1>$200 / Month</h1>
|
||||||
<h3>The Minimalist</h3>
|
<h3>The Minimalist</h3>
|
||||||
<h5>An unfurnished room with electricity</h5>
|
<h5>An unfurnished room with electricity</h5>
|
||||||
|
|
||||||
</span></div>
|
</span></div>
|
||||||
<div style="text-align:center;"><span>
|
<div style="text-align:center;" class="darkbox"><span>
|
||||||
|
|
||||||
<h1>$400 / Month</h1>
|
<h1>$400 / Month</h1>
|
||||||
<h3>The Essentials</h3>
|
<h3>The Essentials</h3>
|
||||||
<h5>Comes with desks, whiteboard, and chairs</h5>
|
<h5>Comes with desks, whiteboard, and chairs</h5>
|
||||||
</span></div>
|
</span></div>
|
||||||
|
|
||||||
<div style="text-align:center;"><span>
|
<div style="text-align:center;" class="darkbox"><span>
|
||||||
|
|
||||||
<h1>$1500 / Month</h1>
|
<h1>$1500 / Month</h1>
|
||||||
<h3>The Luxurious</h3>
|
<h3>The Luxurious</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user