Skip to content

Commit d3f749f

Browse files
authored
Merge pull request #22 from ReenaGo/reena4
sign-up button styling
2 parents 82280be + 86feac1 commit d3f749f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/views/signup.ejs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565

6666
<!-- page body -->
6767
<div class="main" style="box-shadow: 10px 10px 50px grey">
68-
<h1>Work, Play, Learn, Collaborate</h1>
69-
<h2>Real-time interactive online communities</h2>
68+
<h1 style="color: white">Work, Play, Learn, Collaborate</h1>
69+
<h2 style="color: white">Real-time interactive online communities</h2>
7070
<div class="button" id="signup_button">
7171
<button
7272
type="button"
73-
class="btn btn-lg btn-outline btn-danger"
73+
class="btn btn-lg btn-outline"
7474
data-toggle="modal"
7575
data-target="#myModal"
76-
style="background-color: rgba(100, 148, 237, 0.151); color: white"
76+
style="background-color: rgba(100, 148, 237, 0.151); color: white; border-color: rgb(245, 118, 45) "
7777
>
7878
Signup
7979
</button>

0 commit comments

Comments
 (0)