10 lines
225 B
HTML
10 lines
225 B
HTML
|
|
<style>
|
||
|
|
#hack-the-planet-page {
|
||
|
|
background: url("/assets/img/hack-the-planet.jpg") no-repeat center center;
|
||
|
|
background-size: cover;
|
||
|
|
}
|
||
|
|
|
||
|
|
</style>
|
||
|
|
|
||
|
|
<div id="hack-the-planet-page" class="page-base">
|
||
|
|
</div>
|