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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Jan 22, 2019
1 parent 54f0c42 commit 46b5977
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "css-ui-sign-in",
"version": "1.1.1",
"version": "1.1.2",
"description": "Sign in template.",
"main": "css/style.sign.in.css",
"repository": {
"type": "git",
"url": "git+https://accgit@github.com/css-ui/sign-in.git"
},
"keywords": [
"sing-in",
"sign-in",
"login",
"template"
],
Expand Down
16 changes: 6 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Sign in
## CSS UI - Sign in

Sign in template.

Expand All @@ -22,20 +22,16 @@ CSS dependencies.
<link rel="stylesheet" href="path/to/cssui.css">
```

CSS sing in style.
CSS sign in.

```html
<link rel="stylesheet" href="path/to/style.sign.in.css">
```

Set font.
Use Open Sans fotns.

```html
<style>
body {
font-family: 'Open Sans', sans-serif;
}
</style>
```css
font-family: 'Open Sans', sans-serif;
```

Sign in html.
Expand Down Expand Up @@ -72,4 +68,4 @@ Sign in html.
</div>
```

Enjoy the sign in template.
Enjoy sign in template.

0 comments on commit 46b5977

Please sign in to comment.