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"
11 -     What does   target=”main_section”   do? in html css?
11 -     What does   target=”main_section”   do? in html css?
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...
<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....
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?
I have created images that I would like to have placed where the message is revealed?...
I have created images that I would like to have placed where the message is revealed? What is the best way to make it work. I tried to make it work and have not had much success. My images are saved as png's. Here is my original code. <!Doctype html> <html> <head> <meta charset="UTF-8"> <title>Dice Game</title> <link rel="stylesheet" type="text/css" href="demo.css"> </head> <body> <div class="row" align="center"> <div class="col-4"> <h3>Your Dice</h3> <img src="images/d1.png" width="100" height="100" alt="roll: 1" id="mydice1"> <img src="images/d1.png" width="100" height="100"...
use CSS, java and HTML to make a charity admin page. It's a web page after...
use CSS, java and HTML to make a charity admin page. It's a web page after you log in to your account. I can have personal information, the amount of money donated, the children who have received charity, and some blogs. In fact, all the things are what I want. But you are free to do whatever You like, even if you don't say what I say. I just need a charity Admin page for charity User.Don't ask me for...
Using html create a program that acts as a search engine, it lets you search for...
Using html create a program that acts as a search engine, it lets you search for any book.