I took a different approach and changed the display: table-cell; on the display: built-in unit;
try this code:
#naruto{display:inline-block; margin-right:10px;padding: 20px; background: rgba(220,199,48,0.5);} #sasuke{display:inline-block; margin-right:10px;padding: 20px; background: rgba(81,81,255,0.5);} #sakura{display:inline-block; margin-right:10px;padding: 20px; background: rgba(231,126,176,0.5);}
source share