Skip to content

Instantly share code, notes, and snippets.

@muzimka

muzimka/chb.html Secret

Created February 5, 2017 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muzimka/96f62c124ee1ec688098ad0fe0bb6e99 to your computer and use it in GitHub Desktop.
Save muzimka/96f62c124ee1ec688098ad0fe0bb6e99 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Language" content="ru">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex,nofollow">
<meta name="revisit-after" content="7 days">
<title></title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url("chb.css") all;
</style>
</head>
<body>
<form class="cn">
<fieldset class="cn-Fieldset">
<legend class="cn-Legend">Стилизация чекбоксов</legend>
<div class="cn-Wrapper-halfWidth">
<label class="cn-Label_Title">Чекбоксы</label>
<input type="checkbox" name="act" id="act" class="cn-Checkbox" hidden>
<label for="act" class="cn-Label">Отмеченный</label>
<input type="checkbox" name="work" id="work" class="cn-Checkbox" hidden>
<label for="work" class="cn-Label">Рабочий</label>
<input type="checkbox" name="dis" id="dis" class="cn-Checkbox" hidden>
<label for="dis" class="cn-Label">Неактивный</label>
</div>
</fieldset>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment