Home - Interpeace : Interpeace
Home - Interpeace : Interpeace
Home - Interpeace : Interpeace

Menu


Section 1


Section 2

.shbt {
background:blue;
transition-duration: .5s;
padding:15px 30px;
border-radius: 50px
}
.shbt:hover {
background:green;
text-decoration: none;
}
.shbt:focus {
text-decoration: none;
}
#section1 {
display:none;
}
.secshow {
display:block !important;
}