أنا أعمل على مهمة ولا يسمح لي إلا باستخدام HTML و CSS و Bootstrap. لقد بدأت مشروعي وسار كل شيء على ما يرام حتى لاحظت وجود فجوة في الجانب الأيمن من الحاوية. لماذا هذا وكيف يمكنني إزالتها؟
HTML
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width, initial-scale=1.0"><title>Tarea Bootstrap</title><linkhref="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"rel="stylesheet"integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"crossorigin="anonymous"><linkrel="stylesheet"href="/style.css"><linkrel="preconnect"href="https://fonts.googleapis.com"><linkrel="preconnect"href="https://fonts.gstatic.com"crossorigin><linkhref="https://fonts.googleapis.com/css2?family=Anton&family=Saira+Condensed&display=swap"rel="stylesheet"></head><body><divclass="container-fluid"style="padding-left:0;padding-right:0;"><!-- Header --><header></header><navclass="navbar justify-content-center navbar-dark bg-dark"><div><ulclass="nav nav-pills nav-fill"><liclass="nav-item"><ahref="/index.html"class="nav-link active bg-secondary text-warning navhome">Home</a></li><liclass="nav-item"><ahref="/care.html"class="nav-link text-white navhowto">Pet Care</a></li><liclass="nav-item"><ahref="/volunt.html"class="nav-link text-white navvolunteer">Volunteer</a></li><liclass="nav-item"><ahref="/adopt.html"class="nav-link text-white navadopt">Adopt an friend!</a></li><liclass="nav-item"><ahref="/donate.html"class="nav-link text-white navpets"">Donate</a></li><liclass="nav-item"><ahref="/contact.html"class="nav-link text-white navcontact">Contact us</a></li></ul></div></nav><main><divclass="row row-cols-1 sec1 box"><divclass="col"><imgclass="img-fluid rounded mx-auto mt-5 d-block"src="/img/logo.png"></div></div><divclass="row row-cols-1 sec2 box"style="width:100%;"><divclass="col mt-3"><h1>Who we are:</h1></div><divclass="col mb-5 text-center"><p>The New Hope Animal Shelter NHAS is a registered charity that has been operating for 150 years. The Society provides care, comfort and compassion to animals in need in communities across the country. It values all animals and advocates to treat them with respect and kindness. The Society strives to keep pets and families together and do so through a variety of community support services, such as sheltering and adoptions, including emergency sheltering, feral cat management programs, animal transfers, food distribution, humane education, animal advocacy, and spay/neuter services. The NHAS does not receive annual government funding and relies on donations to provide programs and services to help animals in need.</p></div></div><divclass="row row-cols-1 sec3 box"><divclass="col align-self-center"><h1>Compassion for animals is intimately connected with goodness of character; and it may be confidently asserted that he who is cruel to animals cannot be a good man.</h1><p>-S. Chopenhauer</p></div></div><divclass="row row-cols-1 sec4 box"><divclass="col"><h1>From our Supporters</h1></div><divid="carouselExampleControls"class="col carousel slide"data-bs-ride="carousel"><divclass="carousel-inner"><divclass="carousel-item active"><imgsrc="img/carousel1.jpg"class="d-block w-100"alt="..."></div><divclass="carousel-item"><imgsrc="img/carousel2.jpg"class="d-block w-100"alt="..."></div><divclass="carousel-item"><imgsrc="https://images.pexels.com/photos/540518/pexels-photo-540518.jpeg"class="d-block w-100"alt="..."></div></div><buttonclass="carousel-control-prev"type="button"data-bs-target="#carouselExampleControls"data-bs-slide="prev"><spanclass="carousel-control-prev-icon"aria-hidden="true"></span><spanclass="visually-hidden">Previous</span></button><buttonclass="carousel-control-next"type="button"data-bs-target="#carouselExampleControls"data-bs-slide="next"><spanclass="carousel-control-next-icon"aria-hidden="true"></span><spanclass="visually-hidden">Next</span></button></div></div></main><section></section><footer><p></p></footer></div><scriptsrc="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"crossorigin="anonymous"></script></body></html>
السؤال
محمد لارافيل
أنا أعمل على مهمة ولا يسمح لي إلا باستخدام HTML و CSS و Bootstrap. لقد بدأت مشروعي وسار كل شيء على ما يرام حتى لاحظت وجود فجوة في الجانب الأيمن من الحاوية. لماذا هذا وكيف يمكنني إزالتها؟
HTML
CSS
html{ height: 100%; width: 100%; } body{ background-color: #116D44; background-position: center; } header{ align-items: center; } nav{ font-family: 'Saira Condensed', sans-serif; } .box{ width: 100%; height: 600px; padding: 40px 60px; color: white; font-family: 'Saira Condensed', sans-serif; text-align: center; } .box h1{ font-family: 'Anton', sans-serif; font-size: 50px; text-shadow: 0px 0px 5px #000; } .box p{ font-size: 25px; margin-top: 100px; } .sec1{ height: 100vh; background-image: url(/img/indexbg1.jpg); background-attachment: fixed; background-size: cover; } .sec2{ background: #28689c; } .sec3{ height: 100vh; background-image: url(/img/indexbg2.jpg); background-attachment: fixed; background-size: cover; } .carousel{ width: 640px; height: 360px; margin: 0 auto; } .carousel-inner img{ width: 640px; height: 360px; } .sec4{ background: #546C08; }
شكرا مقدما
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.