snippet.host

minimal text and code snippet hosting

welcome, guest. why not login or register?

wrapper

created: views: 78 non-editable size: 251 B lines: 14 clone raw download
<style>
#wrap {
background: transparent;
height: 95vh;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
<div id="wrap">
text or content here
</div>