main
Anna Litwiller 2 years ago
parent fbd404e8ae
commit f2332fcece

@ -22,7 +22,7 @@ window.onload = init;
</style>
</head>
<body>
<ul class="new">
<ul class="nav">
<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="design.html">Design</a></li>

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

@ -20,7 +20,7 @@ window.onload = init;
</script>
</head>
<body>
<ul class="new">
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</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
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
below.
to the right.
</article>
<article>
<img src="images/stove_design.png" height="300" class="floatright2" alt="Stove Design">

@ -22,7 +22,7 @@ window.onload = init;
</style>
</head>
<body>
<ul class="new">
<ul class="nav">
<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 href="design.html">Design</a></li>

@ -19,7 +19,7 @@ window.onload = init;
</script>
</head>
<body>
<ul class="new">
<ul class="nav">
<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="design.html">Design</a></li>

@ -20,7 +20,7 @@ window.onload = init;
</script>
</head>
<body>
<ul class="new">
<ul class="nav">
<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="design.html">Design</a></li>

Loading…
Cancel
Save