Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
<div class="spacer"></div>
<img src="img/FCClogo.png" class="fcclogo img-responsive" />
<h2>Learn To Code With Your Neighbors</h2>
<div id="newimg">

<img src="https://s3.amazonaws.com/freecodecamp/landingIcons_nonprofits.svg" class="img-responsive"/>

</div>
<img src="img/Dallas_Skyline.svg" class="dallasskyline img-responsive" />
</div>
<!-- About Area -->
Expand Down Expand Up @@ -125,4 +130,4 @@ <h3>JAVASCRIPT &amp; JQUERY</h3></div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>

</html>
</html>
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,12 @@ body {
display:inline-block;

}
}
}
#newimg{
height: 50px;
width: 50px;
margin-left: 600px;


}