Change headers and CSS classes.
This commit is contained in:
parent
2779f9f795
commit
32edab3a83
@ -1,5 +1,5 @@
|
||||
<img src="https://media.themusicinnoise.net/imgs/dreaming-in-bytes-cover.png" alt="Improv I album cover" class="album-cover" />
|
||||
<h3>Track Listing</h3>
|
||||
<h2>Track Listing</h2>
|
||||
<table class="track-list" >
|
||||
<tr>
|
||||
<th>N.</th>
|
||||
@ -23,7 +23,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Info</h3>
|
||||
<h2>Info</h2>
|
||||
<p>This is an electronic album, a little different from what I'm used to
|
||||
making. I took a lot of inspiration from one of my favorite chiptune
|
||||
artists, <a href="https://lukhash.com/" target="_blank" >LukHash</a>.
|
||||
|
@ -55,7 +55,7 @@ clearing of lake access points.</p>
|
||||
|
||||
<center>
|
||||
<h2>Cryptocurrency</h2>
|
||||
<div class="card" >
|
||||
<div class="crypto-card" >
|
||||
<h3>Monero (XMR):</h3>
|
||||
<small>42espNaUqPdJK4vTir4NDfH4gT6brFR4F5KPRADrg5t98LkzHnQfFnUDZZEetp3Zw5K8V4v364tN3TMxfg4eXEN9RpnrNBG</small>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<img src="https://media.themusicinnoise.net/imgs/ice-in-the-fall-cover.png" alt="Ice in the Fall album cover" class="album-cover" />
|
||||
<h3>Track Listing</h3>
|
||||
<h2>Track Listing</h2>
|
||||
<table class="track-list" >
|
||||
<tr>
|
||||
<th>N.</th>
|
||||
@ -12,7 +12,7 @@
|
||||
<td><a href="https://media.themusicinnoise.net/audio/ice-in-the-fall/01_-_Ice_in_the_Fall.ogg" >ogg</a> <a href="https://media.themusicinnoise.net/audio/ice-in-the-fall/01_-_Ice_in_the_Fall.mp3" >mp3</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h3>Info</h3>
|
||||
<h2>Info</h2>
|
||||
<p>This album contains a single song, <i>Ice in the Fall</i>, which is
|
||||
an instrumental piece. It was made just with an electric guitar, an amp,
|
||||
and some pedals. Although the chords themselves are rather simple, the
|
||||
|
@ -1,5 +1,5 @@
|
||||
<img src="https://media.themusicinnoise.net/imgs/improv-i-cover.png" alt="Improv I album cover" class="album-cover" />
|
||||
<h3>Track Listing</h3>
|
||||
<h2>Track Listing</h2>
|
||||
<table class="track-list" >
|
||||
<tr>
|
||||
<th>N.</th>
|
||||
@ -23,7 +23,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Info</h3>
|
||||
<h2>Info</h2>
|
||||
<p>This is an experimental album I made with the
|
||||
<a href="http://zynaddsubfx.sourceforge.net/" target="_blank" >ZynAddSubFX Synthesizer</a>.
|
||||
The objective of the album was not to create quality music, but to play
|
||||
|
14
style.css
14
style.css
@ -187,7 +187,7 @@ figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.card {
|
||||
div.crypto-card {
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
width: 30%;
|
||||
@ -195,14 +195,16 @@ div.card {
|
||||
background-color: #eee8d5;
|
||||
}
|
||||
|
||||
div.card > h4 {
|
||||
div.crypto-card > h3 {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.album-cover {
|
||||
width: 300px;
|
||||
img.album-cover {
|
||||
width: 40%;
|
||||
/*float: right;*/
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
border-radius: 15%;
|
||||
}
|
||||
|
||||
.track-list td {
|
||||
@ -244,4 +246,8 @@ div.card > h4 {
|
||||
img.profile {
|
||||
width: 35%;
|
||||
}
|
||||
img.album-cover {
|
||||
float: right;
|
||||
margin: 15px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user