We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24236ce commit d9eb1e5Copy full SHA for d9eb1e5
Css/style.css
@@ -136,18 +136,22 @@
136
.container-feild{
137
width: 98%;
138
}
139
- }
+}
140
#OutputInfo{
141
display: none;
142
143
.output-box h3{
144
text-align: center;
145
margin-bottom: 10px;
146
+ font-size: 30px;
147
148
.output-box table tr{
149
height: 30px;
150
151
.output-box table tr:nth-last-child(2) td {
152
border-top: 1px solid black;
153
border-collapse: collapse;
154
155
+.output-table{
156
+ font-size: 25px;
157
index.html
@@ -41,7 +41,7 @@ <h1><i>Tip Calculator</i></h1>
41
</div>
42
<div id="OutputResult" class="output-results output-box">
43
<h3>Calculate Result</h3>
44
- <table>
+ <table class="output-table">
45
<tr>
46
<td>Bill</td>
47
<td>:</td>
0 commit comments