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

Commit 693a745

Browse files
committed
Update
1 parent db5e133 commit 693a745

File tree

3 files changed

+18
-22
lines changed

3 files changed

+18
-22
lines changed

src/css/style.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/css/style.sign.in.css

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
/*
3+
elements
4+
*/
5+
body {
6+
background-color: #f4f4f4;
7+
padding-bottom: 6rem;
8+
font-family: 'Open Sans', sans-serif;
9+
padding: 18px;
10+
}
11+
212
/*
313
sign in
414
*/
@@ -39,7 +49,7 @@ img.sign-gravatar {
3949
layout
4050
*/
4151
.container {
42-
max-width: 300px;
52+
max-width: 280px;
4353
padding: 25px 25px 0;
4454
}
4555

@@ -68,7 +78,7 @@ img.sign-gravatar {
6878
}
6979

7080
.container {
71-
max-width: 380px;
81+
max-width: 360px;
7282
}
7383

7484
.sign.in [type="email"],

src/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<title>CSS UI - Sign in</title>
99

1010
<!-- CSS styles -->
11-
<link rel="stylesheet" href="css/style.css">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
12+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
13+
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
14+
<link rel="stylesheet" href="css/style.sign.in.css">
1215
</head>
1316
<body>
1417
<!-- container -->
@@ -37,8 +40,8 @@ <h1>Welcome!</h1>
3740
</div>
3841

3942
<!-- footer -->
40-
<div class="footer">
41-
<p class="align center">&copy; 2017 CSS UI</p>
43+
<div class="bottom footer">
44+
<p class="align center">&copy; CSS UI</p>
4245
</div>
4346
</body>
4447
</html>

0 commit comments

Comments
 (0)