Question

Question: Create a row of 5 responsive images of HTML and CSS.

Question: Create a row of 5 responsive images of HTML and CSS.

Homework Answers

Answer #1

Below is HTML code

<div class="FlexContainer">

<div class="FlexItem">Image 1</div>

<div class="FlexItem">Image 2</div>

<div class="FlexItem">Image 3</div>

<div class="FlexItem">Image 4</div>

<div class="FlexItem">Image 5</div>

</div>

And followed with CSS I.e

.FlexContainer {

display: flex;

flex-wrap: wrap;

margin: 1em;

padding: 1em;

width: 600px;

}

.FlexItem {

flex: 1 0 200px;

margin: 1em;

min-width: 200px;

padding: 1em;

}

That's bootstrap classes

Kindly voteup if found useful .

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Create an external style sheet and link it to an html file. Use css to style...
Create an external style sheet and link it to an html file. Use css to style the page and table. I don't want it to look like the default browser styling on anything. Use your own css, don't use the defaults from a css framework like bootstrap. Add some appropriate headlines, titles, and any other content you think is appropriate to the document. Get data from here: http://pds.jpl.nasa.gov/planets/special/planets.htm Use any 4 of the full planets (not pluto or small bodies)....
using HTML JAVA AND CSS all embeded on one page. create a page with some black...
using HTML JAVA AND CSS all embeded on one page. create a page with some black paragraph text against a white background, on the page pu a button labeled night mode. when the button is clicked the backgrournd should turn black all text should be white. when the button is initially clicked, the text should change to say "day mode"
Create a webpage with CSS Box Model: Create a basic web page using the 5 required...
Create a webpage with CSS Box Model: Create a basic web page using the 5 required html tags. Add paragraph tags and enclosed them with a div element. Using the CSS Box Model, style the div element to have a total width of 350px and a height of 250px. It should have 10px padding on all sides, a gray border of 5px on all sides, and 15px margins on both sides but none on the top and bottom. Add a...
11 -     What does   target=”main_section”   do? in html css?
11 -     What does   target=”main_section”   do? in html css?
<p> Welcome to IT401 and CS407. Here we learn about HTML, CSS and JavaScript.For more Information,...
<p> Welcome to IT401 and CS407. Here we learn about HTML, CSS and JavaScript.For more Information, <a href="https://click.com">Click Here</a> </p> Using CSS Only, create a style to include the word (secure) with green font color after the hyperlink Click Here.
(javascript/css/html) Follow these steps to implement the following browser-based puzzle game: 1. Get a photo of...
(javascript/css/html) Follow these steps to implement the following browser-based puzzle game: 1. Get a photo of yourself and save it as an image file 2. Use a image-splitting program such as splitter.imageonline.co to break the image into 9 roughly equal parts (3 x 3). Save those files in a directory 3. Write Javascript that takes these nine images and randomly rearranges them in a 3 x 3 grid. 4. Each cell in the grid will also have a checkbox. 5....
Consider a web page that consists of one base html file and 20 jpg images. The...
Consider a web page that consists of one base html file and 20 jpg images. The base html file and 5 of the images are hosted at www.ucf.edu (UCF web server) and the other 15 images are hosted at www.google.com (Google Inc. web server). Assume that both the base html and 20 images are small enough to fit in one TCP segment each. Also, assume that our web browser is configured to have only one TCP connection at a time...
Implement a feature in html/css that takes a sample text and fits it into a shape....
Implement a feature in html/css that takes a sample text and fits it into a shape. there are simple shapes built in, or you can do custom shapes with a polygon tool. You can choose what shape to make.
8- Develop a personal web page for yourself using HTML, CSS, and Javascript Use the following...
8- Develop a personal web page for yourself using HTML, CSS, and Javascript Use the following HTML tags to design your webpage <h1>…</h1> , <h3>… </h3> , <h6>… </h6> , <p>…</p> , <b> …</b> , <i>…</ i>, <a…..> </a>, <img…..> , <table>….</table> , <div> …</div>, <form>…</ form>, <input type=“text”>, and <input type=“submit”> Use an external css to change the default style of your webpage. You must use at least one element selector, one id selector, and one class selector Using...
Hi. This is a question for my summer neuroscience class. Q: How does fMRI create images...
Hi. This is a question for my summer neuroscience class. Q: How does fMRI create images of neuronal activity? How does neuronal activity cause changes in blood flow?