Skip to content

Commit 66ba43b

Browse files
authored
Update about.html
Styling
1 parent 41e308c commit 66ba43b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

about.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
background-color: #3e8e41;
6666
}
6767

68+
.rounded-button {
69+
display: inline-block;
70+
padding: 10px 20px;
71+
background-color: #007bff;
72+
color: white;
73+
text-decoration: none;
74+
border-radius: 15px;
75+
text-align: center;
76+
transition: background-color 0.3s ease;
77+
}
78+
6879
</style>
6980
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
7081
<meta name="description" content="About the best-established and most accurate framework to calculate area and volume.">
@@ -307,7 +318,7 @@
307318
<h1 style="font-size:160%;margin:7px;">How Accurate Are The Conventional Geometry Formulas?</h1>
308319
<br>
309320
<br>
310-
<a style="margin:12px;" href="https://gmac4247.github.io/about/">[Switch to enhanced version for accessibility]</a>
321+
<a style="margin:12px;" class="rounded-button" href="https://gmac4247.github.io/about/">[Switch to enhanced version for accessibility]</a>
311322
<br>
312323
<br>
313324
<br>
@@ -1225,7 +1236,7 @@ <h5 style="margin:6px;">Surface area of a sphere</h5>
12251236
<br>
12261237
<br>
12271238
<br>
1228-
<a style="margin:12px;" class="rounded-button" href="https://gmac4247.github.io/about/">Switch to enhanced version for accessibility features</a>
1239+
<a style="margin:12px;" class="rounded-button" href="https://gmac4247.github.io/about/">[Switch to enhanced version for accessibility]</a>
12291240
<br>
12301241
<br>
12311242
<footer>

0 commit comments

Comments
 (0)