Skip to content

Commit

Permalink
Foxy css (lingonsaft#581)
Browse files Browse the repository at this point in the history
* trickOrTreat

* spooky again
  • Loading branch information
misterfoxy authored and richie-south committed Oct 4, 2018
1 parent 7e956e3 commit fe3908f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/foxy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.container{
display: flex;
flex-flow: column wrap;
width: 100%;
padding: 2.5vh 2.5vw;
margin: 2.5vh 2.5vw;
}

.row{
display: flex;
flex-flow: row wrap;
width: auto;
justify-content: space-around;
align-items: center;
}

.column{
display: flex;
flex-flow:column wrap;
width: auto;
align-self: center;
}
26 changes: 26 additions & 0 deletions foxy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Foxy</title>
</head>
<body>

<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>
<p>You Must Construct Additional Pylons</p>




</body>
</html>

0 comments on commit fe3908f

Please sign in to comment.