POMSD

Welcome

OR

Create Account

Quick Actions


Publisher Studio

Overview

Total Posts 0
Total Views 0
Latest Post None
Publisher Profile User

Manage My Posts

Post Title Date Published Views Security Actions

Create New Post

Profile Settings

How to Customize Audio Player HTML Css in Blogger

Image
DEMO

Past this Css Code Before ]]></b:skin>

    
audio {
  width: 100%;
  margin: 20px 0;
}

audio::-webkit-media-controls-panel {
   background: linear-gradient(to right, #FFA500, #FFD700);
  border-radius: 10px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-pause-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  color: white;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

audio::-webkit-media-controls-volume-slider-container {
  margin-right: 20px;
}

audio::-webkit-media-controls-volume-slider {
  background-color: transparent;
  height: 4px;
}

audio::-webkit-media-controls-volume-slider::-webkit-slider-thumb {
  background-color: #ff0000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
 

    
  


Past this HTML code in your post 
    
<audio src="AudioUrl" controls></audio>


    
  

How to Add Target Tooltip with Title HTML and Css in Blogger

advertisemente

Related Posts

Thanks You!!

Contact for any Problem

Contact Us!

Comment Box

0 Comments