Change category from html to basics

This commit is contained in:
Derek Herman 2021-04-06 15:49:12 -07:00
Родитель 540d8dbbb4
Коммит 138c419535
5 изменённых файлов: 10 добавлений и 3 удалений

Просмотреть файл

@ -472,6 +472,13 @@ main {
margin-bottom: 3rem;
}
.page-header code {
background: var(--code-background);
border: 1px solid var(--code-border);
padding: calc(var(--gutter) / 6);
border-radius: 4px;
}
/* Home Header: Breakpoints */
@media (min-width: 720px) {
.page-header {

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -1,6 +1,6 @@
---
name: HTML
slug: html
name: Basics
slug: basics
---
Use the HTML Video element (`<video>`) to playback a single video file on the web. Alternatively, provide multiple sources and let the browser choose.
Use the HTML Video element (`<video>`) to playback a single video file on the web. Alternatively, provide multiple sources and let the browser choose and don't forget to make your videos accessible.