<section>
    <div id="services">
        <li>
          <div><span>ABOUT</span>
          </div></li>
        <li>
            <div><span>TEXTED</span>
            </div></li>
        <li>
            <div><span>TEXTED</span>
            </div></li>
        <li>
            <div><span>CONTACT</span>
           </div></li> 
 	</div>
 </section>

html, body {
  background-color:#63C6CB; }
#services {  
 position:absolute;
    top: 25%;
  left: 25%;
}
  section #services li {
    width: 45px;
    height: 45px;
    display: block;
 }
    section #services li div {
      width: 40px;
      height: 40px;
      color: #63C6CB;
      background-color: white;
      -web-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
	    border-radius: 3px; 
	    font-size:0.00;
	    font-family: Arial, Helvetica, sans-serif;
	    text-align: center;
      border-radius: 5px;
       line-height: 43px;
	}
      section #services li div:hover {
	width: 200px;
	height: 40px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.20);
  
	cursor: pointer;
	border-radius: 0px;
	font-size: 2em;
	background-color: #F2F2F2;
	font-weight: bold;
	text-align: right;
	padding-right:10px;
  border-radius: 5px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.