Skip to content

Commit f33fcf2

Browse files
committed
Change application.css to scss
1 parent 119a6bd commit f33fcf2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

app/assets/stylesheets/application.css renamed to app/assets/stylesheets/application.css.scss

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,24 @@
1313
*= require_tree .
1414
*= require_self
1515
*/
16+
17+
body{
18+
margin: 0;
19+
padding: 0;
20+
width: 100%;
21+
}
22+
23+
div#header{
24+
height: 20px;
25+
padding: 10px;
26+
margin: 0;
27+
background-color: black;
28+
color: white;
29+
30+
div#welcome{
31+
float:left;
32+
}
33+
div#login{
34+
float:right;
35+
}
36+
}

0 commit comments

Comments
 (0)