зеркало из https://github.com/GoogleChrome/kino.git
Change category from html to basics
This commit is contained in:
Родитель
540d8dbbb4
Коммит
138c419535
|
@ -472,6 +472,13 @@ main {
|
||||||
margin-bottom: 3rem;
|
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 */
|
/* Home Header: Breakpoints */
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 720px) {
|
||||||
.page-header {
|
.page-header {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: HTML
|
name: Basics
|
||||||
slug: html
|
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.
|
Загрузка…
Ссылка в новой задаче