** start of undefined **
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<link rel='stylesheet' href='styles.css'>
</head>
<body>
<nav id='navbar'>
<header><h1>Refrigerator Instruction Manual</h1> </header>
<ul>
<li><a class='nav-link' href='#Before_Use_It'>Before Use It</a></li>
<li><a class='nav-link' href='#General_Advises'>General Advises</a></li>
<li><a class='nav-link' href='#General_Description'>General
Description</a></li>
<li><a class='nav-link' href='#Instalation'>Instalation</a></li>
<li><a class='nav-link' href='#Frequents_Failures'>Frequents
Failures</a></li>
</ul>
</nav>
<main id='main-doc'>
<section class='main-section' id='Before_Use_It'>
<header class='titulos'>Before Use It</header>
<article>
<p>In order to use the product better, please read this manual
carefully.</p>
<p>You will find useful tips for food preservation.</p>
<code>x=4; y=8; z= x+y;</code>
</article>
</section>
<section class='main-section' id='General_Advises'>
<header class='titulos'>General Advises</header>
<article>
<p>Keep all ventilation around the appliance free of obstructions.</p>
<code>alt= 23; dist= 34; total= alt*dist</code>
<p>Do not damage the cooling circuit of the appliance.</p>
<p>Children must be supervised to ensure that they do not play with the
appliance.</p>
</article>
</section>
<section class='main-section' id='General_Description'>
<header class='titulos'>General Description</header>
<article>
<p>Refrigerator: this compartment is suitable for storing fruits,
vegetables, drinks and other products to be consumed in a short time.</p>
<p>Freezer: This compartment is suitable for storing food for a long
period of time and for making ice.</p>
<code>Measures: width: 70 cm - height: 190 cm - proof: 55 cm</code>
</article>
</section>
<section class='main-section' id='Instalation'>
<header class='titulos'>Instalation</header>
<article>
<p>1. Keep the equipment away from sources of heat and direct exposure to
sunlight.</p>
<code>Max Temperature: 45°C - Min Temperature: -5°C</code>
<p>2. Wait at least 3 hours before plugging the refrigerator into the
mains.</p>
<p>3. Once plugged in, wait at least 4 hours before placing food inside
the refrigerator.</p>
</article>
</section>
<section class='main-section' id='Frequents_Failures'>
<header class='titulos'>Frequents Failures</header>
<article>
<p>The internal lighting does not turn on:</p>
<ul>
<li>Verify that the equipment is connected to electricity.</li>
<code>Attention: Connect 220V</code>
<li>Verify that the lighting is not damaged.</li>
<li>Change the lamp by qualified personnel.</li>
</ul>
<p>Odors inside the fridge:</p>
<ul>
<li>Check that there is no spoiled food in the equipment.</li>
<li>Clean the inside of the appliance.</li>
</ul>
</article>
</section>
</main>
</body>
</html>
** end of undefined **
** start of undefined **
@media (prefers-reduced-motion: no-preference){
*{
scroll-behavior: smooth;
}
}
*{
margin: 0%;
text-decoration: none;
box-sizing: border-box;
#navbar{
position: fixed;
width: 190px;
background: #8bc34a;
padding: 5px;
display: block;
#navbar li {
list-style: none;
}
main{
position: relative;
left: 12rem;
padding: 10px;
.titulos {
color: red;
font-size: 35px;
font-weight: bold;
padding: 10px;
}
** end of undefined **