Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Refactoring add normalize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Oct 13, 2017
1 parent 0b5156e commit 4d824d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Sign in

Sign in template, based on CSS UI.
Sign in template.
6 changes: 3 additions & 3 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/*
import css styles
*/
@import url(https://css-ui.github.io/css/css.ui.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
@import url(https://css-ui.github.io/css/cssui.min.css);
@import url(style.sign.in.css);

/*
elements
*/
body {
background-color: #fafafa;
font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
background-color: #f2f2f2;
padding: 10px 10px 0;
}

0 comments on commit 4d824d0

Please sign in to comment.