Skip to content

Commit

Permalink
udpate UI
Browse files Browse the repository at this point in the history
  • Loading branch information
artbindu committed Dec 10, 2022
1 parent 9138be8 commit d97f87e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function roundOffRules(num, isDefaultData = false) {
}

function getData(arr) {
let result = `<h3>Example (Round Off upto ${regexInfo.roundOffPlace} Decimal Places)</h3>
let result = `<h3><mark>Example (Round Off upto ${regexInfo.roundOffPlace} Decimal Places)</mark></h3>
<table style="width:100%">
<tr>
<th>Actual Number</th>
Expand Down
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ table, th, td {
#sample_data {
text-align: center;
}

mark {
background-color: rgb(255, 153, 0);
color: black;
}

0 comments on commit d97f87e

Please sign in to comment.