On Github zufrieden / slides-rwd-process
June 6, 2013
Then we added the user
People, not process!At the end of the process
Think of Responsive web design ... in the code phase ?
RWD take part of the whole process
/*
# Types styles
## Responsive titles
You can resize browser window to see how titles size change.
````
<h1>Title level 1</h1>
<h2>Title level 2</h2>
<h3>Title level 3</h3>
<h4>Title level 4</h4>
<h5>Title level 5</h5>
````
*/
h1{
font-size: 2rem;
}
...
Ready to use modules and blocks
Two Cats In A Sack: Designer-Developer Discord – By Cassie McDaniel