Skip to content

Commit

Permalink
m3 page
Browse files Browse the repository at this point in the history
wakaran
  • Loading branch information
pixelboypx committed Oct 23, 2019
1 parent 6e04852 commit 8da3dde
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 11 additions & 1 deletion dtm/m3/AM0_00/css/common.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

body {
/*background-color: rgb(30, 28, 39);*/
background: linear-gradient(to top, rgb(36, 28, 39, 0.2) 0%, rgb(38, 45, 59) 100%);
}

p {
font-size: 16px;
font-family: sans-serif;
color: aliceblue;
}

h2 {
Expand All @@ -22,7 +28,11 @@ td {
}

div.event_title {
padding: 450px 0;
padding: 400px 0;
text-align: center;

}

img {
max-width: 100%;
}
Binary file added dtm/m3/AM0_00/img/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions dtm/m3/AM0_00/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@
<body>

<div class="event_title">
<h1>AM0:00</h1>
<div class="container">
<img src="img/title.png" alt="AM0_00_title">
</div>
</div>

<div class="album">
<div class="container">
<div class="track_wrap">
<div class="block_track section">
<h2 class="CDtitle">AM0:00 Vol.1</h2>
<img class="CDtitle">AM0:00 Vol.1</h2>
<div class="Disc">
<table class="track">
<tbody>
Expand Down

0 comments on commit 8da3dde

Please sign in to comment.