1

Update index.html

This commit is contained in:
Evan Pratten 2017-08-29 14:20:15 -04:00 committed by GitHub
parent bf2256f435
commit b543387511

View File

@ -22,7 +22,7 @@
<div style="height:10%;width:100%;">
<div class="btn-group btn-group-lg" role="group" aria-label="..." style="float:left;margin-left:8%;font-size:130px;">
<a target="main" href="../music/index.html"><button type="button" class="btn btn-info" style="font-size:60px">Music</button></a>
<a target="main" href="../music/index-mobile.html"><button type="button" class="btn btn-info" style="font-size:60px">Music</button></a>
<div style="width:10%;color:white;">-</div>
<a target="main" href="../youtube.html"><button type="button" class="btn btn-primary" style="font-size:60px">Youtube</button></a>
<div style="width:10%;color:white;">-</div>
@ -31,8 +31,8 @@
</div>
<div style="width:95%;height:60%;padding:4%;">
<iframe name="main" frameBorder="0" style="height:100%;width:100%;float:left;margin-left:10%" src="../about.html"></iframe>
<div style="width:100%;height:73.8%;padding:0;margin:0;">
<iframe name="main" frameBorder="0" style="height:100%;width:100%;" src="../about-mobile.html"></iframe>
</div>