Answer to Question #186436 in HTML/JavaScript Web Application for Harshit Shrivastava

Question #186436

What to change in this code for adding background image of our own in the background? Kindly give changes in code answers.





<!DOCTYPE html>

<html>

<head>

<style>

div.gallery {

 border: 1px solid #ccc;

}


div.gallery:hover {

 border: 1px solid #777;

}


div.gallery img {

 width: 100%;

 height: auto;

}


div.desc {

 padding: 15px;

 text-align: center;

}


* {

 box-sizing: border-box;

}


.responsive {

 padding: 0 6px;

 float: left;

 width: 24.99999%;

}


@media only screen and (max-width: 700px) {

 .responsive {

  width: 49.99999%;

  margin: 6px 0;

 }

}


@media only screen and (max-width: 500px) {

 .responsive {

  width: 100%;

 }

}


.clearfix:after {

 content: "";

 display: table;

 clear: both;

}

</style>

</head>

<body>

</body>

</html>



1
Expert's answer
2021-04-27T17:21:24-0400
Dear Harshit Shrivastava, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS