Skip to content

Commit

Permalink
signup/loign pages updated (#82)
Browse files Browse the repository at this point in the history
* heading aligned to center

* text color updated
  • Loading branch information
udbhav26 authored May 31, 2024
1 parent d8877de commit 96c2d75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@
text-align: center;
}

p.text-color{
color: black;
}

h1.center{
text-align: center;
}

@media (min-width: 700px) {
.footer .col {
--ifm-col-width: 33%;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: login
title: Login
---

# Login
<h1 class="center">Login</h1>

<link rel="stylesheet" type="text/css" href="/css/custom.css"></link>

Expand All @@ -13,5 +13,5 @@ title: Login
<input type="password" name="password" placeholder="Password" required></input>
<button type="submit">Log In</button>
</form>
<p>Don't have an account yet? [Sign Up](signup)</p>
<p class="text-color">Don't have an account yet? [Sign Up](signup)</p>
</div>
4 changes: 2 additions & 2 deletions src/pages/signup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: signup
title: Sign Up
---

# Sign Up
<h1 class="center">Sign Up</h1>

<link rel="stylesheet" type="text/css" href="/css/custom.css"></link>

Expand All @@ -14,7 +14,7 @@ title: Sign Up
<input type="password" name="password" placeholder="Password" required></input>
<button type="submit">Sign Up</button>
</form>
<p>Already have an account? [Log In](login)</p>
<p class="text-color">Already have an account? [Log In](login)</p>
</div>


0 comments on commit 96c2d75

Please sign in to comment.