Update index.html
This commit is contained in:
parent
aaf9da06b1
commit
197bd0ed9e
|
@ -4,7 +4,7 @@
|
||||||
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||||
<style>
|
<style>
|
||||||
.box-blue {
|
.box-blue {
|
||||||
margin:0 0 0px;
|
margin:0 0 25px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
background-color:#FFFFFF;
|
background-color:#FFFFFF;
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
.box-blue-emb {
|
.box-blue-emb {
|
||||||
margin:0 0 25px;
|
margin:0 0 25px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
padding:0px;
|
padding:25px;
|
||||||
background-color:#009ac7;
|
background-color:#009ac7;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in a new issue