Open
Conversation
| </ul> | ||
| </nav> | ||
| <a href="cart.html"><img src="images/cart.png" width="30px" height="30px"></a> | ||
| <img src="images/menu.png" class="menu-icon" onclick="menutoggle()"> |
| <div class="container"> | ||
| <div class="row"> | ||
| <div class="col-2"> | ||
| <img src="images/image1.png"> |
| position: absolute; | ||
| bottom: 0; | ||
| left: 50%; | ||
| transform: translateX(-50%); |
Contributor
There was a problem hiding this comment.
group this properties.
nehalskdev
suggested changes
Jan 1, 2022
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap" rel="stylesheet"> | ||
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
| </head> | ||
| <body> |
| </div> | ||
| <form id="loginform"> | ||
| <input type="text" placeholder="Username"> | ||
| <input type="password" placeholder="Password"> |
There was a problem hiding this comment.
What does this placeholder attributes do ? @faikp
Comment on lines
+72
to
+73
| <img src="images/play-store.png" alt=""> | ||
| <img src="images/app-store.png" alt=""> |
anask601
reviewed
Jan 2, 2022
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>cart page - RedStore</title> | ||
| <link rel="stylesheet" href="style.css"> | ||
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap" rel="stylesheet"> |
Contributor
There was a problem hiding this comment.
use import url in css file
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap");
| <p>$50.00</p> | ||
| </div> | ||
| </div> | ||
| <!-- ------ offer ------ --> |
Contributor
There was a problem hiding this comment.
If this section occupies full width of the viewport (just like header), it will look better.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.