File tree Expand file tree Collapse file tree 12 files changed +57
-21
lines changed Expand file tree Collapse file tree 12 files changed +57
-21
lines changed Original file line number Diff line number Diff line change 341341 .navegation ul {
342342 width : 90% ;
343343 }
344- }
344+ }
345+
346+ .servces {
347+ padding : 60px 0 ;
348+ /* background-color: #eee; */
349+ }
350+ .servces .rows {
351+ display : flex;
352+ align-items : center;
353+ justify-content : space-evenly;
354+ flex-wrap : wrap;
355+ }
356+ @media (max-width : 767px ) {
357+ .servces .rows {
358+ flex-direction : column;
359+ }
360+ }
361+ .servces div {
362+ text-align : center;
363+ margin-bottom : 17px ;
364+ margin-top : 5px ;
365+ }
366+ .servces .icon {
367+ padding : 14px ;
368+ width : fit-content;
369+ /* text-align: center; */
370+ margin : auto;
371+ color : white;
372+ background-color : black;
373+ border-radius : 50% ;
374+ font-size : 20px ;
375+ margin-bottom : 25px ;
376+ }
377+ .servces .text h4 {
378+ font-size : 18px ;
379+ font-weight : bold;
380+ }
Original file line number Diff line number Diff line change 3737 < div class ="containers ">
3838 < nav class ="navbar navbar-expand-lg ">
3939 < div class ="container-fluid ">
40- < a class ="navbar-brand " href ="./Home .html "> Exclusive</ a >
40+ < a class ="navbar-brand " href ="../index .html "> Exclusive</ a >
4141 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
4242 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
4343 aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change 3939 < div class ="containers ">
4040 < nav class ="navbar navbar-expand-lg ">
4141 < div class ="container-fluid ">
42- < a class ="navbar-brand " href ="./Home .html "> Exclusive</ a >
42+ < a class ="navbar-brand " href ="../index .html "> Exclusive</ a >
4343 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
4444 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
4545 aria-expanded ="false " aria-label ="Toggle navigation ">
7878 < div class ="aboutus ">
7979 < div class ="containers ">
8080 < div class ="head ">
81- < a href ="./Home .html "> Home</ a >
81+ < a href ="../index .html "> Home</ a >
8282 /
83- < a href ="categoryProduct.html " class ="actives "> categories</ a >
83+ < a href ="../Home/ categoryProduct.html " class ="actives "> categories</ a >
8484 </ div >
8585 </ div >
8686 < div class ="containers ">
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ function displayProducts(productsToDisplay) {
6666 <div class="card-body">
6767 <h5 class="card-title">${ element . brand } </h5>
6868 <p class="card-text">${ element . description } </p>
69- <a href="./ProductDetails.html?id=${ element . id } " class="btn" target="_blank">Show Details</a>
69+ <a href="../Home /ProductDetails.html?id=${ element . id } " class="btn" target="_blank">Show Details</a>
7070 </div>
7171 </div>
7272 </div>
Original file line number Diff line number Diff line change 2828 < div class ="containers ">
2929 < nav class ="navbar navbar-expand-lg ">
3030 < div class ="container-fluid ">
31- < a class ="navbar-brand " href ="../Home/Home .html "> Exclusive</ a >
31+ < a class ="navbar-brand " href ="../index .html "> Exclusive</ a >
3232 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
3333 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
3434 aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change 2929 < div class ="containers ">
3030 < nav class ="navbar navbar-expand-lg ">
3131 < div class ="container-fluid ">
32- < a class ="navbar-brand " href ="../Home/Home .html "> Exclusive</ a >
32+ < a class ="navbar-brand " href ="../index .html "> Exclusive</ a >
3333 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
3434 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
3535 aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change 3030 < div class ="containers ">
3131 < nav class ="navbar navbar-expand-lg ">
3232 < div class ="container-fluid ">
33- < a class ="navbar-brand " href ="../Home/Home .html "> Exclusive</ a >
33+ < a class ="navbar-brand " href ="../index .html "> Exclusive</ a >
3434 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
3535 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
3636 aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change 7878 }
7979}
8080/* End navbar */
81+
8182/* Start footer */
8283.footer {
8384 background-color : black;
Original file line number Diff line number Diff line change 2929 < div class ="containers ">
3030 < nav class ="navbar navbar-expand-lg ">
3131 < div class ="container-fluid ">
32- < a class ="navbar-brand " href ="# "> Exclusive</ a >
32+ < a class ="navbar-brand " href ="../index.html "> Exclusive</ a >
3333 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
3434 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
3535 aria-expanded ="false " aria-label ="Toggle navigation ">
Original file line number Diff line number Diff line change 3030 < div class ="containers ">
3131 < nav class ="navbar navbar-expand-lg ">
3232 < div class ="container-fluid ">
33- < a class ="navbar-brand " href ="../Home/Home .html "> Exclusive</ a >
33+ < a class ="navbar-brand " href ="../index .html "> Exclusive</ a >
3434 < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
3535 data-bs-target ="#navbarSupportedContent " aria-controls ="navbarSupportedContent "
3636 aria-expanded ="false " aria-label ="Toggle navigation ">
You can’t perform that action at this time.
0 commit comments