main
Anna Litwiller 2 years ago
parent fbd404e8ae
commit f2332fcece

@ -22,7 +22,7 @@ window.onload = init;
</style> </style>
</head> </head>
<body> <body>
<ul class="new"> <ul class="nav">
<li class="news"><a href="index.html">Home</a></li> <li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li> <li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li> <li class="news"><a href="design.html">Design</a></li>

@ -1,7 +1,8 @@
.new { .nav {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 100px;
overflow: hidden; overflow: hidden;
background-color: #000000; background-color: #000000;
} }
@ -36,7 +37,7 @@ li {
} }
@font-face { @font-face {
font-family: "Vollkron"; font-family: "Vollkron";
src: url(Vollkorn-VariableFont_wght.ttf); src: url(fonts/Vollkorn-VariableFont_wght.ttf);
} }
.sources { .sources {
@ -57,8 +58,9 @@ li {
} }
li a:hover { .nav li a:hover {
background-color: #276d9e; background-color: #276d9e;
color: white;
} }
.active { .active {

@ -20,7 +20,7 @@ window.onload = init;
</script> </script>
</head> </head>
<body> <body>
<ul class="new"> <ul class="nav">
<li class="news"><a href="index.html">Home</a></li> <li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li> <li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a class="active" href="design.html">Design</a></li> <li class="news"><a class="active" href="design.html">Design</a></li>
@ -53,7 +53,7 @@ rectangular prism shape. In the combustion chamber fuel (wood pieces) are
combusted. It was observed that inner chamber became red hot. To reduce combusted. It was observed that inner chamber became red hot. To reduce
the heat losses from inner chamber, a jacket of coarse sand and heat the heat losses from inner chamber, a jacket of coarse sand and heat
resistance refractory material was added (Fire Clay). As shown in the figure resistance refractory material was added (Fire Clay). As shown in the figure
below. to the right.
</article> </article>
<article> <article>
<img src="images/stove_design.png" height="300" class="floatright2" alt="Stove Design"> <img src="images/stove_design.png" height="300" class="floatright2" alt="Stove Design">

@ -22,7 +22,7 @@ window.onload = init;
</style> </style>
</head> </head>
<body> <body>
<ul class="new"> <ul class="nav">
<li class="news"><a href="index.html">Home</a></li> <li class="news"><a href="index.html">Home</a></li>
<li class="news"><a class="active" href="Hyopthesis.html">Hypothesis</a></li> <li class="news"><a class="active" href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li> <li class="news"><a href="design.html">Design</a></li>

@ -19,7 +19,7 @@ window.onload = init;
</script> </script>
</head> </head>
<body> <body>
<ul class="new"> <ul class="nav">
<li class="news"><a class="active" href="index.html">Home</a></li> <li class="news"><a class="active" href="index.html">Home</a></li>
<li class="news"><a href="Hyopthesis.html">Hypothesis</a></li> <li class="news"><a href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li> <li class="news"><a href="design.html">Design</a></li>

@ -20,7 +20,7 @@ window.onload = init;
</script> </script>
</head> </head>
<body> <body>
<ul class="new"> <ul class="nav">
<li class="news"><a href="index.html">Home</a></li> <li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li> <li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li> <li class="news"><a href="design.html">Design</a></li>

Loading…
Cancel
Save