- tracking progress
Today I experimented with fluid layout. I’m going to build a site that basically consists of sliders.
So the requirements are:
Soooo… I started by experimenting in a codepen.
Feel free to check out the first results
This is what happens:
left
and top
CSS Values.display: block;
and position: relative;
which means they take the full window with.This way it’s possible to do ‘gridless’ layouts with all freedom possible but also have them work responsive.
Nice :-)
Refine my work