Minor style update to index
This commit is contained in:
parent
1675646179
commit
e60361f060
@ -1,4 +1,8 @@
|
|||||||
|
header {
|
||||||
|
margin-bottom: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50rem;
|
width: 45rem;
|
||||||
}
|
}
|
||||||
|
@ -6,8 +6,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
<h1>Nathan's Web Components</h1>
|
<header>
|
||||||
<p>A bunch of web components for my own convenience.</p>
|
<h1>Nathan's Web Components</h1>
|
||||||
|
<p>A bunch of web components for my own convenience.</p>
|
||||||
|
</header>
|
||||||
<h2>Audio Player</h2>
|
<h2>Audio Player</h2>
|
||||||
<p>A handy audio player widget.<br><br>Attributes:</p>
|
<p>A handy audio player widget.<br><br>Attributes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -30,6 +32,7 @@ audio="assets/audio/KARATE KID - TOXIC (ILLFD022).wav">
|
|||||||
<h3 slot="title">Toxic - Britney Spears (Karate Kid Bootleg)</h3>
|
<h3 slot="title">Toxic - Britney Spears (Karate Kid Bootleg)</h3>
|
||||||
<p slot="description">A massive DnB roller bootleg of a Britney Spears classic: <em>Toxic</em>.</p>
|
<p slot="description">A massive DnB roller bootleg of a Britney Spears classic: <em>Toxic</em>.</p>
|
||||||
</audio-player>
|
</audio-player>
|
||||||
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
<audio-player
|
<audio-player
|
||||||
cover="/assets/images/doge.jpg"
|
cover="/assets/images/doge.jpg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user