A simple CSS file to make it easier to layout a web page quickly at the start. It's meant to be removed once you have the basic layout done, but you could probably keep it if you like it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
blockstart/public/blockstart/demos/snapchat.html

117 lines
2.7 KiB

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blockstart Template</title>
<link rel="stylesheet" href="/blockstart/blockstart.css">
<style>
</style>
</head>
<body class="solid" style="--value: 8">
<block class="horizontal pad" style="border-bottom: 1px solid var(--value6); --spacing: space-around; width: unset;">
<a href="/blockstart/demos/">snap</a>
<div class="horizontal" style="--spacing: space-evenly;">
<a href="#">Advertisers</a>
<a href="#">Creators</a>
<a href="#">Developers</a>
<a href="#">Snap AR</a>
<a href="#">Features</a>
<button>Download</button>
</div>
</block>
<block class="sized" style="--h: 500px;">
<div class="center sized" style="--h: min-content;">
<h1>Open your <br>
Snapchat.
</h1>
<block class="horizontal">
<select>
<option>US +1</option>
<input placeholder="Phone Number">
</select>
</block>
<button>Send Link</button>
</div>
</block>
<hr>
<block class="sized center horizontal" style="--w: 500px;">
<screen>
<shape style="--w: 150px; --h: 300px;">
<h1>Screen</h1>
</shape>
</screen>
<signup class="pad">
<h1>Express yourself with millions of Lenses.</h1>
</signup>
</block>
<hr>
<block class="sized center horizontal" style="--w: 500px;">
<signup class="pad">
<h1>Express yourself with millions of Lenses.</h1>
</signup>
<screen>
<shape style="--w: 150px; --h: 300px;">
<h1>Screen</h1>
</shape>
</screen>
</block>
<hr>
<block class="sized center horizontal" style="--w: 500px;">
<screen>
<shape style="--w: 150px; --h: 300px;">
<h1>Screen</h1>
</shape>
</screen>
<signup class="pad">
<h1>Express yourself with millions of Lenses.</h1>
</signup>
</block>
<hr>
<block class="sized center horizontal" style="--w: 500px;">
<signup class="pad">
<h1>Express yourself with millions of Lenses.</h1>
</signup>
<screen>
<shape style="--w: 150px; --h: 300px;">
<h1>Screen</h1>
</shape>
</screen>
</block>
<hr>
<block class="center center-text">
<shape style="--w: 200px; --h: 250px;">
<h1>Ghost</h1>
</shape>
<block class="horizontal">
<select>
<option>US +1</option>
<input placeholder="Phone Number">
<button>Send Link</button>
</select>
</block>
<h1>Advertisers</h1>
<h1>Creators</h1>
<h1>Developers</h1>
</block>
<block class="sized solid" style="--h: 400px; --value: 9">
<h1 class="center">Footer</h1>
</block>
</body>
</html>