Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
--first-color: #9D4BFF;
--first-color-dark: #23004D;
--first-color-light: #A49EAC;
--first-color-lighten: #F2F2F2;
--first-color-lighten: #E4F0FF;

/*===== Font and typography =====*/
--body-font: 'Open Sans', sans-serif;
--h1-font-size: 1.5rem;
--normal-font-size: .938rem;
--small-font-size: .813rem;
--small-font-size: .814rem;
}

@media screen and (min-width: 768px){
Expand Down Expand Up @@ -242,4 +242,4 @@ img{
.login__create{
bottom: -5.5rem;
}
}
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="login">
<div class="login__content">
<div class="login__img">
<img src="assets/img/img-login.svg" alt="">
<img src="assets/img/img-login.svg" alt="main image">
</div>

<div class="login__forms">
Expand All @@ -38,7 +38,7 @@ <h1 class="login__title">Sign In</h1>
<a href="#" class="login__button">Sign In</a>

<div>
<span class="login__account">Don't have an Account ?</span>
<span class="login__account">Don't have an Account ?..</span>
<span class="login__signin" id="sign-up">Sign Up</span>
</div>
</form>
Expand Down Expand Up @@ -81,4 +81,4 @@ <h1 class="login__title">Create Account</h1>
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>
</html>