Talk:Site development: Difference between revisions
(2 intermediate revisions by the same user not shown) | |||
Line 67: | Line 67: | ||
https://rejoiceinfaith.org/index.php/Category:Blog | https://rejoiceinfaith.org/index.php/Category:Blog | ||
== 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="flex: 1; min-width: 20em; margin: 15px; padding: 1em;"> | |||
</div> | |||
</div> | |||
</pre> | |||
== Clear div code == | |||
<pre> | |||
<div style="clear:both;"></div> | |||
</pre> |