mirror of https://github.com/crossplane/docs.git
42 lines
761 B
HTML
42 lines
761 B
HTML
---
|
|
---
|
|
<style>
|
|
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans|Ubuntu');
|
|
|
|
html, body {
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.comingsoon h1 {
|
|
font-family: 'Black Han Sans', sans-serif;
|
|
font-size: 48px;
|
|
}
|
|
|
|
.comingsoon h2 {
|
|
font-family: 'Ubuntu', sans-serif;
|
|
}
|
|
|
|
.comingsoon {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
height: 100%;
|
|
color: #8e8e8e;
|
|
}
|
|
</style>
|
|
|
|
<div class="comingsoon">
|
|
<div>
|
|
<h1>Crossplane</h1>
|
|
<h2>Coming soon</h2>
|
|
</div>
|
|
</div>
|