When we have large content display on webpage but we have to display only small portion on web page that time we can used accordion. In this only display only title of content whenever hover or click on this it will display whole content.
Here i share demo of accordion .
<style>
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
</style>
</head>
<body>
<h2 style="color: blue;">Accordion Demo</h2>
<button class="accordion">Fruxinfo Web design </button>
<div class="panel">
<p><b>Fruxinfo pvt. ltd. </b></br>We have 4+ year proffesional experienced designer. </p>
Fruxinfo Pvt. Ltd. I'Our company is 7 year old. We are a highly reputed company that has been providing quite a number of digital oriented services including SMO, SEO, web development and Mobile development services across board. Additionally, our professionals have been involved in all various developments that include designing and creation of application that meet accepted standards, all these enabled by the use of versatile programming languages that have the greatest impact on business irrespective of the industry.
0 coment�rios: