Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<meta http-equiv="Content-Security-Policy" content="img-src 'none'">
<style>
body {
position: relative;
margin: 100px;
padding: 100px;
}
@tarmolov
tarmolov / dabblet.css
Last active November 24, 2016 09:53
Untitled
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.container {
display: flex;
flex-direction: column;
@tarmolov
tarmolov / dabblet.css
Last active January 6, 2016 19:27
Задание в школе верстки Яндекса: http://dabblet.com/gist/3010941
/*
Задание: http://dabblet.com/gist/3010941
Смотреть в хроме
*/
.card
{
font-family: "PT Sans";
position: relative;