diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..936d024c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_size = 4
+indent_style = space
+trim_trailing_whitespace = true
+
+[*.json]
+indent_size = 2
+
+[*.md]
+trim_trailing_whitespace = false
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..d3b29dd6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.DS_Store
+.git
+.idea
+
+*.log
+*.swp
+
+node_modules
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 00000000..23396ae8
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1,2 @@
+registry=https://registry.npmjs.org
+save-exact=true
diff --git a/.stylelintrc.json b/.stylelintrc.json
new file mode 100644
index 00000000..654acdfe
--- /dev/null
+++ b/.stylelintrc.json
@@ -0,0 +1,7 @@
+{
+ "extends": "stylelint-config-hrundel",
+ "processors": ["@mapbox/stylelint-processor-arbitrary-tags"],
+ "rules": {
+ "selector-max-id": 1
+ }
+}
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..45555037
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+ - "10"
diff --git a/README.md b/README.md
index 5dd37729..d4ff91c7 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,28 @@
-# markup-task-2
-Задача «Ацссорти»
+# Задача «Ацссорти»
+
+Перед выполнением задания внимательно прочитайте:
+
+- [О всех этапах проверки задания](https://github.com/urfu-2018/guides/blob/master/workflow/overall.md)
+- [Как отправить пулл](https://github.com/urfu-2018/guides/blob/master/workflow/pull.md)
+- [Как пройти тесты](https://github.com/urfu-2018/guides/blob/master/workflow/test.md)
+- Правила оформления [javascript](https://github.com/urfu-2018/guides/blob/master/codestyle/js.md), [HTML](https://github.com/urfu-2018/guides/blob/master/codestyle/html.md) и [CSS](https://github.com/urfu-2018/guides/blob/master/codestyle/css.md) кода
+
+## Основное задание
+
+В папке `tasks` подготовлено 20 заданий на использование различных селекторов.
+Вы должны поменять только содержимое тега `
+
+
+
+
+
+
+
+
+
+
+
+