Skip to content

Commit 904d79c

Browse files
author
Kalloor, Eric Abraham
committed
Button
1 parent 9e09219 commit 904d79c

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
curl_close($curl);
2020
// var_dump($resp);
2121
echo($resp);
22+
2223
// echo(var_dump($resp));
2324
?>

index.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@
1414
<link rel="stylesheet" href="assets/css/bd-coming-soon.css">
1515

1616
<style>
17-
a.button {
18-
-webkit-appearance: button;
19-
-moz-appearance: button;
20-
appearance: button;
21-
17+
.fcc-btn {
18+
background-color: #199319;
19+
color: white;
20+
padding: 15px 25px;
2221
text-decoration: none;
23-
color: initial;
22+
}
23+
24+
.fcc-btn:hover {
25+
background-color: #223094;
2426
}
2527
</style>
2628
</head>
@@ -63,7 +65,9 @@ <h1 class="page-title">We're coming soon</h1>
6365
<p class="page-description">This site is under construction, we are building something awesome.
6466
</p>
6567

66-
<a href="https://api.instagram.com/oauth/authorize?client_id= 746720933176046&redirect_uri=https://cybergirl.in/auth/&scope=user_profile,user_media&response_type=code" class="button">Verify Your Instagram Account</a>
68+
<a class="fcc-btn button"
69+
href="https://api.instagram.com/oauth/authorize?client_id= 746720933176046&redirect_uri=https://cybergirl.in/auth/&scope=user_profile,user_media&response_type=code"
70+
>Verify Your Instagram Account</a>
6771

6872

6973
</div>

0 commit comments

Comments
 (0)