Compare commits

..

No commits in common. "e8065c3d7c7a90a314c14a07d0b47a635c4510b6" and "64f95bd18390d70c6349c3c56e682b5f2e6a21b6" have entirely different histories.

4 changed files with 1 additions and 10 deletions

View File

@ -1,5 +1,4 @@
# CSS
- [`@font-face`](font-face.css) - пример добавления шрифта из файла
- [Pixel Art](pixel-art.css) - настройки для рендера Pixel Art на `canvas`
- [Список без точек](ul-remove-bullets.css) - убираем точки (bullet) в списках
- [Pixel Art](pixe-art.css) - настройки для рендера Pixel Art на `canvas`

View File

@ -1,3 +0,0 @@
ul {
list-style-type: none;
}

View File

@ -4,7 +4,6 @@
- [Arrays](arrays.js) - работа с массивами
- [Spread syntax](spread.js) - распаковка массива в аргументы
- [fetch](fetch.js) - ...
- [location.href](location.href.js) - Переход на другую страницу
## Other
- [Webpack](webpack.md) example config

View File

@ -1,4 +0,0 @@
// Перейти на нужную страницу можно с помощью JavaScript
// document.location.href = "https://www.site";
document.location.href = url.value;