.h1 p{
	display: none;
}

.h1:hover > p{
	display: block;
}

.activs li{
	display: inline-block;
	width: 250px;
	background: gray;
	border: 1px solid black;
	padding:10px;
	margin:5px;
	border-radius: 5px;
	float: top;
}

.activs li *{
	max-width:240px;
	padding:5px;
}