Line 1:
Line 1:
−
<div class="topbar">
+
{{#css:
−
<a class="active" href="#home">Home</a>
+
h3 {
−
<a href="#about">About</a>
+
border-style: inset;
−
<a href="#contact">Contact</a>
+
}
−
<input type="text" placeholder="Search here...">
+
h3:hover {
+
color: blue;
+
font-size: 150%;
+
}}
−
</div>
+
<h3>News</h3>
+
+
<h3>Search Here</h3>
+
+
<h3>About Us</h3>
+
+
<h3>Contact Us</h3>