Skip to content

Commit d9eb1e5

Browse files
committed
output font size change
1 parent 24236ce commit d9eb1e5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Css/style.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,22 @@
136136
.container-feild{
137137
width: 98%;
138138
}
139-
}
139+
}
140140
#OutputInfo{
141141
display: none;
142142
}
143143
.output-box h3{
144144
text-align: center;
145145
margin-bottom: 10px;
146+
font-size: 30px;
146147
}
147148
.output-box table tr{
148149
height: 30px;
149150
}
150151
.output-box table tr:nth-last-child(2) td {
151152
border-top: 1px solid black;
152153
border-collapse: collapse;
153-
}
154+
}
155+
.output-table{
156+
font-size: 25px;
157+
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1><i>Tip Calculator</i></h1>
4141
</div>
4242
<div id="OutputResult" class="output-results output-box">
4343
<h3>Calculate Result</h3>
44-
<table>
44+
<table class="output-table">
4545
<tr>
4646
<td>Bill</td>
4747
<td>:</td>

0 commit comments

Comments
 (0)