Skip to content

Commit

Permalink
Merge pull request wesbos#49 from jmgr2996/master
Browse files Browse the repository at this point in the history
Add fixed iframe style in starter file
  • Loading branch information
wesbos authored Dec 3, 2020
2 parents 5038cd0 + 274bb8c commit cbf99d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 22 - Recreating Codepen/style-START.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ body {
margin: 0;
}

iframe {
width: 100%;
height: 100%;
}

h1,
h2,
h3,
Expand All @@ -27,4 +32,3 @@ h6 {
margin: 0;
font-size: 1.5em;
}

0 comments on commit cbf99d3

Please sign in to comment.