forked from AdaGold/SinatraSite
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmain.css
More file actions
21 lines (19 loc) · 774 Bytes
/
main.css
File metadata and controls
21 lines (19 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
* This is a CSS file.
* Inside of CSS files comments are started with /* and ended with:
*/
/*
* Starting with Wave 2 of this project we will be using CSS to style our
* web pages. You should place all of your styles in this file and then
* reference it from each of your HTML files.
*/
/*
* This file is located at "public/main.css" in your project directory.
* Because it is in the "public" directory, Sinatra knows to make the file
* accessible to your HTML files when you use the src="path/to/file"
* attribute on the appropriate tags.
*
* For example, to include an image into your site, place the file in the
* public directory and use <img src="/name_of_image.png"> in your HTML
* file. The "public" part of the path should *not* be included.
*/