Skip to content

Commit

Permalink
Add favicon and update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmuthomi committed Feb 24, 2024
1 parent f218ba1 commit 2504e73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Binary file added images/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<head>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" href="./images/Logo.png" type="image/png">
</head>

<body>
Expand Down
7 changes: 5 additions & 2 deletions signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@
?>


<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<head>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" href="./images/Logo.png" type="image/png">
</head>

<style>
.sign_up {
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ section{
width: 15rem;
height: 15rem;
border-radius: 50%;
background-color: rgba(32, 32, 32, 0.253);
background-color: rgba(0, 0, 0, 0.253);
object-fit: contain;
-webkit-user-drag: none;
-moz-user-select: none;
Expand All @@ -276,7 +276,7 @@ section{
margin-top: 1rem;

& h3 {
font-size: 2rem;
font-size: 1.8rem;
color: var(--black);
text-transform: capitalize;
}
Expand All @@ -285,7 +285,7 @@ section{
width: 10rem;
height: 10rem;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.24);
background-color: rgb(255 242 174 / 53%);
object-fit: contain;
-webkit-user-drag: none;
user-select: none;
Expand Down

0 comments on commit 2504e73

Please sign in to comment.