Skip to content

Instantly share code, notes, and snippets.

@svgpp
svgpp / 1.html
Created February 17, 2020 14:47
<!-- Copyright 2020 Yandex LLC. All rights reserved. -->
<html>
<body>
<input type="text" id="input_field" name="input_field">
</body>
</html>
@svgpp
svgpp / focus.html
Last active February 10, 2020 13:54
<html>
<head>
<style>
body {font-size:20px;}
.focused {color: green;}
.focused:after {content: "Focused";}
.notfocused {color: red;}
.notfocused:after {content: "Not Focused";}
</style>
</head>
<title>Layers tiling test</title>
<style>
body {
background-image: repeating-linear-gradient(to bottom, #f00, #fff 40px);
width:100%;
height:100%;
}
#content {
overflow-y: scroll;
@svgpp
svgpp / 1.html
Created September 15, 2018 17:46
<h1>
Расписание
</h1>
<div>
<h3>Понедельник</h3>
<ol>
<li>Математика</li>
<li>Русский язык</li>
<li>Лит. чтение</li>
<li>Окр. мир</li>
#include "stdafx.h"
#include <assert.h>
#include <new>
#include <typeinfo>
#include <Windows.h>
#include <iostream>
struct Intf
{
#include "stdafx.h"
#include <assert.h>
#include <new>
#include <typeinfo>
#include <Windows.h>
#include <iostream>
struct Intf
{