طرحبندی صفحات وب با بوت استرپ 4 - قسمت دوم
نویسنده: وحید نصیری
تاریخ: ۱۳۹۷/۰۷/۱۸ ۱۵:۳۰
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
<head>
<style>
img {
width: 100%;
height: 200px;
max-height: 200px;
}
</style>
</head>
<body>
<div class="container" id="services">
<div class="row">
<section class="col-sm-8">
<img src="images/image.png" alt="sample image">
<h4>Exotic Pets</h4>
<p>We offer <strong>specialized</strong> care for <em>reptiles,
rodents, birds,</em> and other exotic pets.</p>
</section>
<section class="col-sm-4">
<div class="row no-gutters">
<div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 1</p>
</div>
<div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 2</p>
</div>
<div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 3</p>
</div>
<div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 4</p>
</div>
<div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 5</p>
</div>
<div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 6</p>
</div>
</div>
</section>
</div>
</div>
</body>
<body>
<div class="container" id="services">
<div class="row">
<section class="col-sm-8">
</section>
<section class="col-sm-4">
<div class="row no-gutters">
</div>
</section>
</div>
</div>
</body> <div class="col-2 col-sm-4">
<img src="images/image.png" class="img-thumbnail" alt="sample image">
<p>Image 1</p>
</div>
<head>
<style>
img {
width: 100%;
height: 200px;
max-height: 200px;
}
</style>
</head>
<body>
<div class="container" id="services">
<h2>Flex Order</h2>
<div class="row">
<section class="col order-2 d-flex flex-column">
<img src="images/image.png" class="order-2" alt="sample image">
<h4>1. Exotic Pets</h4>
<p>We offer <strong>specialized</strong> care for <em>reptiles,
rodents, birds,</em> and other exotic pets.</p>
</section>
<section class="col order-1">
<img src="images/image.png" alt="sample image">
<h4>2. Grooming</h4>
<p>Our therapeutic <span class="font-weight-bold">grooming</span>
treatments help battle fleas, allergic dermatitis, and
other challenging skin conditions.</p>
</section>
<section class="col order-3">
<img src="images/image.png" alt="sample image">
<h4>3. General Health</h4>
<p>Wellness and senior exams, ultrasound, x-ray, and dental
cleanings are just a few of our general health services.</p>
</section>
</div>
</div>
</body>
<head>
<style>
img {
width: 100%;
height: 100px;
max-height: 100px;
}
</style>
</head>
<body>
<div class="container" id="services">
<div class="row bg-info align-items-center" style="height: 100vh;">
<div class="col">
<div class="row">
<section class="col">
<img src="images/image.png" alt="sample image">
<h4>Exotic Pets</h4>
<p>We offer specialized care for reptiles, rodents,
birds, and
other exotic pets.</p>
</section>
<section class="col">
<img src="images/image.png" alt="sample image">
<h4>Grooming</h4>
<p>Our therapeutic grooming treatments help battle
fleas,
allergic dermatitis, and other challenging skin
conditions.</p>
</section>
<section class="col">
<img src="images/image.png" alt="sample image">
<h4>General Health</h4>
<p>Wellness and senior exams, ultrasound, x-ray, and
dental
cleanings.</p>
</section>
</div>
</div>
</div>
<div class="row bg-success" style="height: 100vh;">
<section class="col">
<img src="images/image.png" alt="sample image">
<h4>Exotic Pets</h4>
<p>We offer specialized care for reptiles, rodents,
birds, and
other exotic pets.</p>
</section>
<section class="col align-self-center">
<img src="images/image.png" alt="sample image">
<h4>Grooming</h4>
<p>Our therapeutic grooming treatments help battle
fleas,
allergic dermatitis, and other challenging skin
conditions.</p>
</section>
<section class="col align-self-end">
<img src="images/image.png" alt="sample image">
<h4>General Health</h4>
<p>Wellness and senior exams, ultrasound, x-ray, and
dental
cleanings.</p>
</section>
</div>
<div class="row bg-warning justify-content-center" style="height: 100vh;">
<section class="col-4">
<img src="images/image.png" alt="sample image">
<h4>Exotic Pets</h4>
<p>We offer specialized care for reptiles, rodents, birds, and
other exotic pets.</p>
</section>
<section class="col-4">
<img src="images/image.png" alt="sample image">
<h4>Grooming</h4>
<p>Our therapeutic grooming treatments help battle fleas,
allergic dermatitis, and other challenging skin conditions.</p>
</section>
</div>
</div><!-- container -->
</body> <div class="row bg-info align-items-center" style="height: 100vh;">
<div class="col">
<div class="row">
<section class="col">
<div class="container bg-success">
<div class="bg-info fixed-bottom">
<div class="item">Exotic Pets</div>
<div class="item">Grooming</div>
<div class="item">Health</div>
</div>