This commit is contained in:
alicestrt 2020-09-29 14:57:20 +02:00
parent fec65947d0
commit d4b44c976a
4 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@
.map_area {
text-align: center;
margin-top: 200px;
height:800px;
height:80%;
}
.image_area {
margin-top: 10px;

View File

@ -5,9 +5,9 @@
<div class="col-md-9">
<div class="map_area">Map area
<div class="row">
<div class="col-md-1 col-sm-4">
<div class="col-md-9">
<div id="show1"><audio controls>
<source src="../static/audio/HNI_Soundinstall_3tracks_together1.mp3" type="audio/mpeg">
<source src="../static/audio/myths.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio></div>
@ -31,7 +31,7 @@
</div>
<div class="col-md-10">
<audio controls>
<source src="../static/audio/HNI_Soundinstall_3tracks_together1.mp3" type="audio/mpeg">
<source src="../static/audio/myths.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</div>