Skip to content

Instantly share code, notes, and snippets.

View ZakharDay's full-sized avatar

ZakharDay ZakharDay

View GitHub Profile
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
body {
min-width: 940px;
font-family: "HelveticaNeue-Light", Arial, sans-serif;
}
h1, h3 { font-size: 24px; }
h2 { font-size: 34px; }
p {
margin-top: 10px;
.videoBackground {
width: 100%;
height: 100%;
overflow: hidden;
video {
position: absolute;
top: 0;
min-width: 100%;
min-height: 100%;
@media only screen and (min-width: 1224px) {
/* Desktop */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* iPad */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
/* iPad Portrait */
@ZakharDay
ZakharDay / atom-autocomplete-keybindings.cson
Last active May 28, 2016 07:14
Atom Autocomplete Keybindings
'atom-text-editor:not(mini).autocomplete-active':
'enter': 'autocomplete-plus:confirm'
'up': 'autocomplete-plus:select-previous'
'down': 'autocomplete-plus:select-next'
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
<meta charset="utf-8">
<!-- <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> -->
Всем привет!
Мы <a href="http://moscoding.ru">Moscow Coding School</a>!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bad Semantics</title>
</head>
<body>
<table>
<tr>
<td>Atom is a fast-moving code editor developed by GitHub.</td>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Good Semantics</title>
</head>
<body>
<blockquote>
<p>Atom is a fast-moving code editor developed by GitHub.</p>
</blockquote>