Updated colored/shaded tutorial images, css adjustments

This commit is contained in:
Victoria Wang 2016-04-15 11:08:38 -07:00
parent 939cfb44bc
commit d6aab961c0
18 changed files with 22 additions and 22 deletions

View file

@ -1,12 +1,12 @@
<div class="comic" style="height: 650px; background-image: url(/img/tutorial/ch1pg9.png); background-size: 481px">
<div class="dialogue">
<div class="comic" style="margin-top: 3em; height: 650px; background-image: url(/img/tutorial/ch1pg9.png); background-size: 481px">
<div class="dialogue" style="top: 0px; width: 200px">
Good work! Everything you've written has been saved to index.html, which is the first web page people see when they <a href="<%= current_site.uri %>">visit your site</a>.
</div>
<div class="dialogue" style="left: 275px;top: 190px">
You can find and edit index.html by visiting your <a href="/dashboard">Neocities dashboard</a>.
</div>
<div class="dialogue" style="left: 280px;top: 580px">
A cheat sheet of all the tags you've learned can be found in the tutorial section.
<!-- A cheat sheet of all the tags you've learned can be found in the tutorial section. -->
</div>
</div>