Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BelajarCodingYuk committed Jun 14, 2024
1 parent 1c52312 commit 1a689c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2>Property &gt;2010</h2>
</div>
</section>

<section id="tables-section">
<section id="tables-section" style="max-width: 85%; margin: 0 auto;">
<!-- Menambahkan id untuk section tables -->
<table id="table-properties">
<thead>
Expand Down
10 changes: 4 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ nav ul li a:hover {
#nextBtn {
padding: 8px; /* Sesuaikan padding sesuai kebutuhan */
border-radius: 5px;
background-color: #ffc107;
background-color: rgba(240, 119, 153, 0.9);
color: #0d0d0d;
cursor: pointer;
transition: background-color 0.3s ease;
Expand Down Expand Up @@ -423,11 +423,10 @@ nav ul li a:hover {

/* Default table styles */
table {
max-width: 99%;
max-width: 100%;
border-collapse: collapse;
margin-bottom: 100px;
}

th, td {
padding: 8px;
text-align: left;
Expand All @@ -438,7 +437,6 @@ th {
background-color: #f2f2f2;
font-weight: bold;
}

tr:nth-child(even) {
background-color: #f9f9f9;
}
Expand Down Expand Up @@ -560,8 +558,8 @@ tr:nth-child(even) {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 250px;
margin: 20px;
width: 210px;
margin: 10px;
}
.card:hover {
transform: scale(1.05);
Expand Down

0 comments on commit 1a689c1

Please sign in to comment.