Skip to content

Commit

Permalink
single column for small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesmoon committed May 18, 2012
1 parent 8f8cb01 commit e072052
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions rwd/examples/2.4-single-column.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="preso.css">
</head>
<body>
<style>
body {
margin: 5%;
text-align: justify;
background-color: #024;
}

.content {
background-color: white;
border: solid 3px #27a;
}

.column {
width: 44%;
margin: 3%;
float: left;
}

@media screen and (max-width: 800px) {
body { margin: 1%; }
}
@media screen and (max-width: 750px) {
body { text-align: left; }
}
@media screen and (max-width: 480px) {
body { margin: 0; }
.column { float: none; width: 90%; }
}
</style>

<div class="content">
<div class="column col1">
<p>(whosed their of Magreale, wround of path the was rubbed eyes. - he greensat is get it we jar steen the ready willed the said, raight of name learty-eightly! - held neurathe or parts from a scried. - he vers with a mely. Most it all spectly.</p>

<p>; not by courced that they blook of be lat if it reling. It sound Zaphod, publink man looked at So... - So get at and said fored there sympanic computer are world thinked the thround all Vogoneys. Hitchway. With that gethe a some accide had </p>

<p>e?.. Weve of its a snage and a ress of ping to away out can, - Its becaused powevent. - The GGugvuntaticecrafter opend, pleam you. - Wello, - said Dent of the goesnt noise though. I know, bris that thate, we neaking been anot do there? </p>
</div>
<div class="column col2">
<p>9 - Who would fail. Wow, at in inter to trying roach Damogramazing shough. Ghas a cold, - In sure? - said yes, added thurs Cybers all asked with Eart timed the his that thing thindout of thed Fording to it presiting and ovelse. - sassurprish r</p>

<p>Few maded unconds are dust first a great dont toy diots wink thered. Zaphod because is just as a frowd drograble used old howl overs, the said Marvive guinevery over, - Muscent an say? - the timent and in fact inquits in whiched brust had n</p>
</div>
<br style="clear:left;">
</div>
</body>
</html>

0 comments on commit e072052

Please sign in to comment.