Make sure to place the CSS code in the "start.css" file and adjust it according to your requirements.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Make sure to place the CSS code in the "start.css" file and adjust it according to your requirements.

Note: The code assumes that you have appropriate CSS styles to handle the card flipping animation and the `.flipped` class to flip the cards. You can add those styles in the "start.css" file.
here is the css:

body{
background-image: url(startt.png);
background-repeat: none;
background-size: cover;
  margin: 0;
  padding: 0;
  overflow: hidden;
 
}
 
img{
  height: 190px;
  width: 140px;
  border-radius: 10px;
}
 
.images img:hover {
transform: scale(1.2);
box-shadow: 0 0 10px 3px hotpink;
}
 
.whole{
  display: grid;
  grid-template-columns: repeat(4, 0fr);
  grid-template-rows: repeat(3, 0fr);
  padding: 0px;
  margin-left: 460px;
  margin-top: 50px;
}
 
.images{
  padding: 10px;
  text-align: center;
}
 
#back{
  color: #191970;
  font-family: "Franklin M54";
  src: url("Franklin M54");
  font-size: 20px;
  margin-left: 10px;
}
 
#back a:hover{
  background-color: #FFC7D9;
  display: block;
  border-radius: 5px;
 
}
 
a{
  text-decoration: none;
  color:  #191970;
  position: absolute;
  bottom: 10px;
  font-size: 25px;
  left: 780px;
}
 
#reset {
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
  color: #191970;
  font-family: "Franklin M54";
  src: url("Franklin M54");
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  position: absolute;
  top: 375px;
  left: 200px;
}
 
#reset:hover {background-color: #ffb6e3}
 
#reset:active {
  background-color: #e936a7;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
 
#timer {
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  cursor: pointer;
  color: #191970;
  font-family: "Franklin M54";
  src: url("Franklin M54");
  border: none;
  border-radius: 10px;
  box-shadow: 0 9px #999;
  position: absolute;
  top: 295px;
  left: 170px;
}
 
#timer:hover {background-color: #ffb6e3}
 
#timer:active {
  background-color: #e936a7;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
 
div.song {
    position: absolute;
    right: 100px;
    top: 350px;
}
 
/*https://alexandermgabriel.medium.com/adding-audio-to-a-html-webpage-e19c8cb72705 from this source i saw how to add an audio*/
 
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #ffe2f3;
  color:  #7bd3f2;
  opacity: 70%;
}
 
#planet{
  position: absolute;
  left: 1%;
  bottom: 1%;
  height: 200px;
  width: auto;
  opacity: 89%;
}
 
#pla{
  position: absolute;
  right: 1%;
  top: 1%;
  height: 200px;
  width: auto;
  opacity: 89%;
}
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Hyperlinks
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY