File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 19
19
curl_close ($ curl );
20
20
// var_dump($resp);
21
21
echo ($ resp );
22
+
22
23
// echo(var_dump($resp));
23
24
?>
Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="assets/css/bd-coming-soon.css ">
15
15
16
16
< 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 ;
22
21
text-decoration : none;
23
- color : initial;
22
+ }
23
+
24
+ .fcc-btn : hover {
25
+ background-color : # 223094 ;
24
26
}
25
27
</ style >
26
28
</ head >
@@ -63,7 +65,9 @@ <h1 class="page-title">We're coming soon</h1>
63
65
< p class ="page-description "> This site is under construction, we are building something awesome.
64
66
</ p >
65
67
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 >
67
71
68
72
69
73
</ div >
You can’t perform that action at this time.
0 commit comments