Project The Lippie Factory#2
Conversation
| "scripts": { | ||
| "start": "parcel", | ||
| "build": "parcel build", | ||
| "push-gh-pages": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose" |
There was a problem hiding this comment.
Dacă nu publici pe GH Pages, poți să renunți la scriptul acesta, și la dependința de push-dir
| "push-dir": "^0.4.1" | ||
| }, | ||
| "dependencies": { | ||
| "bootstrap": "^5.2.1" |
There was a problem hiding this comment.
Dacă nu folosești Bootstrap, nu e nevoie să îl ai ca dependință.
| <img src="./img/404-tick.png"> | ||
| <br /> | ||
| <br /> | ||
| <h7>Thank you!</h7> |
| margin-block-start: 0rem; | ||
| margin-inline: 3rem; | ||
| text-align: center; | ||
| margin-block-start: 1rem; |
There was a problem hiding this comment.
Aliniază frumos liniile de mai sus
| border: 0; | ||
| outline: none; | ||
| border-radius: 4px; | ||
| cursor: pointer; |
There was a problem hiding this comment.
Aliniază frumos cele 3 linii.
| .popup h7, .popup1 h7 { | ||
| font-size: 50px; | ||
| } | ||
| .popup button, .popup1 button { |
There was a problem hiding this comment.
Dacă tot ai numit fișierul .scss, ai putea să profiți de Sass.
De exemplu, ai putea simplifica aceești selectori:
.popup, .popup1 {
img {
// ....
}
button {
// ....
}
}| <img class="photo3" src="./img/pexels-cottonbro-3831881 (1).jpg"> | ||
| <h2 class="title3">Made for super you</h2> | ||
| <p class="p3">Speed. Ease. Looking good while getting things done. We’re all about making a statement—with our makeup, voice and | ||
| style—and want you to feel confident in your skin.</p> |
There was a problem hiding this comment.
Aliniază frumos tot acest fișier.
| margin: 0; | ||
| padding: 0; | ||
| font-family: "Inter", sans-serif; | ||
| background-image: url(./img/photo-1578662996442-48f60103fc96.jpeg); |
There was a problem hiding this comment.
Ți-aș recomanda să schimbi numele tuturor fișierelor de imagini, pentru a fi mai evident ce reprezintă fiecare.
| .cssphoto3 { | ||
| grid-area: 3/1/6/3; | ||
| width:50vw; | ||
| height: 40vh; |
There was a problem hiding this comment.
Aliniază frumos tot fișierul acesta.
| <div class="row2"> | ||
| <hr> | ||
| <p class="copyright-text">Copyright © 2022 All Rights Reserved by | ||
| <a href="#">The Lippie Factory</a> |
There was a problem hiding this comment.
Cred că ai uitat </p>
No description provided.