Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 20, 2019
1 parent 2e97cd6 commit b0820b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/www.xembly.org/index.html
Expand Up @@ -12,10 +12,16 @@
* {
font-family: monospace;
font-size: 24px;
padding: 0;
margin: 0;
border: 0;
box-sizing: border-box;
}
.center {
text-align: center;
width: 20em;
max-width: 100%;
padding: 1em;
height: 20em;
position: absolute;
top:0;
Expand All @@ -24,6 +30,9 @@
right: 0;
margin: auto;
}
p {
margin: 1em 0;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down

0 comments on commit b0820b3

Please sign in to comment.