Modify the given page “lab9-form.html” so it can be better viewed and used on mobile devices. Make it responsive as well. Summarize the techniques or best practices you have implemented. Here is the code that I have so far: Flexible Grid                       Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.. Player n Player n Player n Player n Player n Player n Player n Player n

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
  1. Modify the given page “lab9-form.html” so it can be better viewed and used on mobile devices. Make it responsive as well. Summarize the techniques or best practices you have implemented.

Here is the code that I have so far:

<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8" />
<title>Flexible Grid</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
  
  
div
{
border: 1.5px solid black;
margin: 4px;
}
  
  

product {
   width: 10%;
   float: left;
   margin: 0 2% 0 2%;
   background: #03a8d2;
   border: 2px solid black;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
  
#sidebar
{
width: 27%;
float: left;
}
  
#main.floatRight
{
width: 70%;
margin: 4 px;
float: right;
}
  
.product {
   width: 16%;
   float: left;
   margin: 0 2% 20px 2%;
   background: #eee;
   border: 2px solid #ddd;
   padding: 15px;
   font-size: 13px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
}
.product:hover {
   border: 2px solid #888;
}
  
img {
max-width: 100%;
display: block;
}
  
</style>

</head>
<body>

<div id="container">
<div id="header">
           <img src="http://www.ksuowls.com/common/controls/image_handler.aspx?thumb_id=0&image_path=/images/2016/8/10/Header_42.png" />
           </div>
<div id="sidebar">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<p>.</p></div>
<div id="main">
<div class="product">Player n</div>
<div class="product">Player n</div>
<div class="product">Player n</div>
<div class="product">Player n</div>
<div class="product">Player n</div>
<div class="product">Player n</div>
<div class="product">Player n</div>
<div class="product">Player n</div>
<div style="clear: both; border: 0px;"></div>
</div>
</div>
  
</body>
</html>

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Elements and Tags
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education