css - Getting lists to sit beside each other -
i'm trying 4 lists sit beside each other right of #intro
. i've tried making them display:inline-block;
#profile { width:75%; float:right; position:relative;}
agreed paul roub , disnifor comments. i've noticed width exceeds 100% , easy fixed #intro { width:25%; ... }
check code here: http://codepen.io/anon/pen/dogprw?editors=110
cheers, (and credit again paul , disnifor answered before me in comments)
Comments
Post a Comment