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;

http://jsfiddle.net/7aq8cx4o/

#profile { width:75%; float:right; position:relative;} 

enter image description here

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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -