Skip to content

Commit 1251224

Browse files
fix: Change text color of "Get Started" button as text is not visible. (CSS) (#26)
* Change text color of buttion(CSS) * make roseindia.net black color while get started is white. --------- Co-authored-by: Error Short <jadu> Co-authored-by: KendallDoesCoding <kendalldoescoding@gmail.com>
1 parent 722d4af commit 1251224

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="content">
3838
<h1>REVERSE TEXT</h1>
3939
<h2>Get your text reversed here without writing manually. </h2>
40-
<a href="#create" class="btn">Get Started</a>
40+
<a href="#create" class="btn" id="get-started-btn">Get Started</a>
4141
</div>
4242
<!-- <div class="image">
4343
<img src="assets/image3.jpg" alt="">

styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ html{
5050
padding: .8rem 3rem;
5151
}
5252

53+
#get-started-btn a link {
54+
color: white;
55+
}
56+
5357
.btn:hover{
5458
background: #a9acae;
5559
letter-spacing: .1rem;
@@ -190,7 +194,7 @@ header .icons #menu-bars {
190194
color: white;
191195
}
192196

193-
a:link {
197+
.footer a:link {
194198
color: rgb(16, 21, 16);
195199
}
196200

0 commit comments

Comments
 (0)