This repository was archived by the owner on Sep 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-22
lines changed
Expand file tree Collapse file tree 3 files changed +18
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 : 300 px ;
52+ max-width : 280 px ;
4353 padding : 25px 25px 0 ;
4454}
4555
@@ -68,7 +78,7 @@ img.sign-gravatar {
6878 }
6979
7080 .container {
71- max-width : 380 px ;
81+ max-width : 360 px ;
7282 }
7383
7484 .sign .in [type = "email" ],
Original file line number Diff line number Diff line change 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&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 "> © 2017 CSS UI</ p >
43+ < div class ="bottom footer ">
44+ < p class ="align center "> © CSS UI</ p >
4245 </ div >
4346</ body >
4447</ html >
You can’t perform that action at this time.
0 commit comments