Project 6 pt 2/3

<!DOCTYPE html>
<html>
<body>
<style type="text/css">
      .site {
        float:left;
      }

      iframe {
        float:left;
        margin-bottom:30px;
        height:800px;
        width:700px;
      }
    </style>
<iframe src="https://www.sandyhookpromise.org/">
  <p>Your browser does not support iframes.</p>
</iframe>
<iframe src="https://en.wikipedia.org/wiki/National_Rifle_Association">
  <p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

Comments are closed.