Jump to content

Talk:Site development: Difference between revisions

(→‎Clear div code: new section)
 
Line 69: Line 69:


== responsive columns code ("flex-wrap") ==
== responsive columns code ("flex-wrap") ==
 
<pre>
<div style="display: flex; flex-wrap: wrap;"><div style="flex: 1; min-width: 20em; padding: 1em; margin: 15px; max-width:50%;">
<div style="display: flex; flex-wrap: wrap;"><div style="flex: 1; min-width: 20em; padding: 1em; margin: 15px; max-width:50%;">


Line 76: Line 76:
</div>
</div>
</div>
</div>
</pre>


== Clear div code ==
== Clear div code ==