Skip to content

Commit

Permalink
half donee
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj3366 committed Aug 21, 2023
1 parent 2af0de8 commit e00ae6d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ <h2>Newsletter Subscription</h2>
</form>
</div>
</div>
<div class="footer">
<p>&copy; 2023 Galaxy Z Fold 6. All rights reserved. | Designed by <a href="#">Anuj Garg</a></p>
</div>
<script src="script.js"></script>
</body>

Expand Down
27 changes: 18 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,20 +181,29 @@
background-color: #f2f2f2;
}

@media (min-width: 901px) {
.specs {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.specs table {
width: calc(50% - 10px);
}

.footer {
background-color: #333;
color: white;
padding: 2vh 3vw;
text-align: center;
}

.footer p {
margin: 0;
font-size: 14px;
}

.footer a {
color: white;
text-decoration: none;
transition: color 0.3s;
}

.footer a:hover {
color: #007bff;
}



Expand Down

0 comments on commit e00ae6d

Please sign in to comment.