Edit in JSFiddle

<div onMouseOver="this.style.backgroundColor = 'red';">
Texto!
</div>
div {
	font-size: 10vw;
	padding: 10px;
	color: #FFF;
	font-family: Trebuchet MS;
	background-color: darkblue;
}