Compare commits
No commits in common. "9c694d0a4369c359dd01024d18330ce04f8a0901" and "b37cad17d5f3cf3a65d2d23a6976753a6832bf28" have entirely different histories.
9c694d0a43
...
b37cad17d5
@ -163,8 +163,7 @@
|
||||
<div class="logo">KodePilot</div>
|
||||
<input type="text" class="search" placeholder="Search Opportunities">
|
||||
<div class="buttons">
|
||||
<!-- <a href="/login">Log in</a> -->
|
||||
<button class="login_first" onclick="goToLogin()">Login</button>
|
||||
<a href="/login">Log in</a>
|
||||
<button class="business" onclick="getInTouch()">Let's Talk</button>
|
||||
<button class="login" onclick="goToApplay()">Request a call</button>
|
||||
</div>
|
||||
|
||||
5
main.css
5
main.css
@ -90,12 +90,11 @@
|
||||
}
|
||||
|
||||
.business {
|
||||
background: #FFD700;
|
||||
color: #030101;
|
||||
background: #ffcc00;
|
||||
}
|
||||
|
||||
.login {
|
||||
background: #1E90FF;
|
||||
background: #007bff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user