Skip to content

Commit

Permalink
spaces fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKacmaz committed Oct 28, 2020
1 parent 71946a1 commit 9e60e19
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 6 additions & 4 deletions Projects/cssForProject01.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
padding: 5px;
border-radius: 30px;
top: -475px;
left: 415px;
left: 1215px;
}
.userId{
width: 480px;
Expand All @@ -50,17 +50,18 @@
padding: 5px;
border-radius: 30px;
top: -400px;
left: 120px ;
left: 720px ;
}
.bill-rent-table{
width: 700px;
height: 450px;
height: 400px;
position: relative;
margin: 6% auto;
background-color: #fff;
padding: 5px;
overflow: hidden;
border-radius: 30px;
top: -65px;
}
.to-do{
width: 320px;
Expand All @@ -70,7 +71,7 @@
padding: 5px;
border-radius: 30px;
top: 15px;
left: 15px;
left: 415px;

}
.comp-pay{
Expand All @@ -82,6 +83,7 @@
padding: 5px;
overflow: hidden;
border-radius: 30px;
top: -120px;
}
.cop-pay-but{
top: 0;
Expand Down
11 changes: 4 additions & 7 deletions Projects/payment.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<body>
<div class="pay-hero">
<legend>
<h2>Bill / Rent Payment</h2>
<br><br><h2>Bill / Rent Payment</h2>
</legend>
<div class="bill-rent-table">
<br><br><p><b>LAST PAYMENT DATE : Wed Oct 28 2020 23:59:59 GMT+0300 (GMT+03:00)</b></p>
<p id="demo"></p>
<button type="button" id="datebtn" onclick="document.getElementById('demo').innerHTML = Date()">Display Date and
Time</button>

<br><br>
<br><br><br>
<table id="tablo1">
<caption>Bill / Rent Payment</caption>
<tr>
Expand All @@ -45,7 +45,6 @@ <h2>Bill / Rent Payment</h2>
<p>Pay</p>
</th>
</tr>

<tr>
<td>650 * 8 TL</td>
<td>50 TL</td>
Expand All @@ -57,13 +56,11 @@ <h2>Bill / Rent Payment</h2>
</tr>
</table>
</div>

<legend>
<br><br><br><h2>Complaint</h2>
<legend><h2>Complaint</h2>
</legend>

<div class="comp-pay"><br>
<textarea name="şikayetVar" id="şikayetVar" cols="30" rows="8"></textarea><br>
<textarea name="şikayetVar" id="şikayetVar" placeholder="Your Complaint..." cols="30" rows="8"></textarea><br>
<button type="button" class="cop-pay-but">Sent</button>
<button type="button" class="cop-pay-but">Reset</button><br><br>
<button type="button" class="cop-pay-but" onclick="window.location.href = 'general_info.html'">Back</button>
Expand Down

0 comments on commit 9e60e19

Please sign in to comment.