Today's Project
- Click here to see the whole project
+Click here to see the whole project
diff --git a/Project/blank.html b/Project/blank.html index a914a9d..e038d77 100644 --- a/Project/blank.html +++ b/Project/blank.html @@ -1,16 +1,12 @@ -
-This is a paragraph.
- + +This is a paragraph.
+ \ No newline at end of file diff --git a/README.md b/README.md index 3e67b4d..f2f12ab 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Ladies Learning Code HTML/CSS Workshop Slides A full day introductory HTML/CSS workshop. +View online at: [http://christinatruong.github.io/LLC-HTML-CSS/](http://christinatruong.github.io/LLC-HTML-CSS/) + Updated by [Heather Payne](https://github.com/heatherpayne) and [Tessa Thornton](https://github.com/tessalt) for June 2013 Workshop in Toronto. Forked from [Pearl Chen's awesome original](https://github.com/pchen/LLC-HTML-CSS). Previous versions are still available via [releases](https://github.com/christinatruong/LLC-HTML-CSS/releases). diff --git a/index.html b/index.html index f4ee1bd..fd459d8 100755 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@
@@ -81,7 +81,7 @@
- Click here to see the whole project
+Click here to see the whole project
*Different versions of HTML often have different rules. In HTML5, the <b> and <i> tags were re-introduced but with a slightly different meaning. More info here.
But remember, if we use just img as the selector, it will target all the images. Let's create another class to target only the logo.
But remember, if we use just img as the selector, it will target all the images. Let's create another class to target only the logo.
Add a class of logo to your logo <img> tag:
-<img class="logo" src="images/logo.png">
+<img class="logo" src="images/logo.png">
Then target the class selector in your CSS and apply the margin property:
.logo {
diff --git a/readme.md b/readme.md
deleted file mode 100644
index b8c25ab..0000000
--- a/readme.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Ladies Learning Code HTML/CSS Workshop Slides
-=============================================
-
-A full day introductory HTML/CSS workshop.
-
-Updated by [Heather Payne](https://github.com/heatherpayne) and [Tessa Thornton](https://github.com/tessalt) for the June 2013 Workshop in Toronto. Forked from [Pearl Chen's awesome original](https://github.com/pchen/LLC-HTML-CSS).
-
-Previous versions are still available via [releases](https://github.com/christinatruong/LLC-HTML-CSS/releases).
-
-**Workshop attendees**: click the "zip" download button above. Open `index.html` to view the slides in your browser. Project files can be found in the /Project folder.