Commit 3619db73 authored by AK's avatar AK

correct accordeon

parent a4395999
.accordion {
background-color: #eee;
display: flex;
flex-direction: column;
color: #444;
cursor: pointer;
border-radius: 5px;
margin-top: 12px;
padding: 12px;
width: 100%;
padding: 10px 15px 0 15px;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
transition: backg;
}
.active, .accordion:hover {
......@@ -20,6 +22,5 @@
margin: 12px 0;
padding: 12px 18px;
display: none;
background-color: white;
overflow: hidden;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment