diff options
| author | crupest <crupest@outlook.com> | 2022-12-01 10:46:22 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-12-01 10:46:48 +0800 | 
| commit | f21911cd6dcf10388591e91d1e07ce7379f0fac2 (patch) | |
| tree | 52ffa8566932c4e20b4bf78ae9a75b1511704ab3 /docker/crupest-nginx | |
| parent | 812e88d4f4d35dd3758fe585f3c7a3e05956ba99 (diff) | |
| download | crupest-f21911cd6dcf10388591e91d1e07ce7379f0fac2.tar.gz crupest-f21911cd6dcf10388591e91d1e07ce7379f0fac2.tar.bz2 crupest-f21911cd6dcf10388591e91d1e07ce7379f0fac2.zip  | |
Add root page 163 music.
Diffstat (limited to 'docker/crupest-nginx')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 2 | ||||
| -rw-r--r-- | docker/crupest-nginx/sites/www/src/style.css | 10 | 
2 files changed, 12 insertions, 0 deletions
diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 0497915..5142755 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -12,6 +12,8 @@  <body>    <div id="color-strip-container"></div>    <article id="main-article"> +    <iframe id="music-163" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 +      src="//music.163.com/outchain/player?type=2&id=30064146&auto=1&height=66"></iframe>      <h1>This is crupest.</h1>      <p>Welcome To crupest Home!🏠</p>      <p>I'm very glad to meet you in this page. This is my new home.</p> diff --git a/docker/crupest-nginx/sites/www/src/style.css b/docker/crupest-nginx/sites/www/src/style.css index 48e94db..518f44a 100644 --- a/docker/crupest-nginx/sites/www/src/style.css +++ b/docker/crupest-nginx/sites/www/src/style.css @@ -8,6 +8,16 @@ body {    box-sizing: border-box;  } +#music-163 { +  display: block; +} + +@media (min-width: 576px) { +  #music-163 { +    float: right; +  } +} +  #main-article {    padding: 0 1em;  }  | 
