p {
display: none;
}
it was stated p {
visibility: hidden; position: absolute;
}
and when you click the specified paragraph gradually appear (and another paragraph, if activated - disappeared), he asked p {
visibility: visible; position: initial;
}
Find more questions by tags jQueryJavaScript