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

Commit 46b5977

Browse files
committed
Update
1 parent 54f0c42 commit 46b5977

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "css-ui-sign-in",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Sign in template.",
55
"main": "css/style.sign.in.css",
66
"repository": {
77
"type": "git",
88
"url": "git+https://accgit@github.com/css-ui/sign-in.git"
99
},
1010
"keywords": [
11-
"sing-in",
11+
"sign-in",
1212
"login",
1313
"template"
1414
],

readme.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Sign in
1+
## CSS UI - Sign in
22

33
Sign in template.
44

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

25-
CSS sing in style.
25+
CSS sign in.
2626

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

31-
Set font.
31+
Use Open Sans fotns.
3232

33-
```html
34-
<style>
35-
body {
36-
font-family: 'Open Sans', sans-serif;
37-
}
38-
</style>
33+
```css
34+
font-family: 'Open Sans', sans-serif;
3935
```
4036

4137
Sign in html.
@@ -72,4 +68,4 @@ Sign in html.
7268
</div>
7369
```
7470

75-
Enjoy the sign in template.
71+
Enjoy sign in template.

0 commit comments

Comments
 (0)