Difference between revisions of "News Updates"

From wiki
Jump to navigation Jump to search
m (Tyler.olinik moved page News Blog Prototype to News Updates)
 
(5 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
font-size: 150%;
 
font-size: 150%;
  
.News {
+
h1 {
overflow: hidden;
+
text-align: left;
line-height: 50px;
+
font-weight: bold;
 
 
transition: all .5s ease-in-out;
 
height: 0;
 
}
 
 
 
.News:target {
 
height: 50px;
 
 
}
 
}
  
h2 {
+
h1:hover {
text-align: left;
+
color: blue;
font-weight: bold;
+
font-size: 200%;
 
}
 
}
 
}}
 
}}
  
<h3 class="News">[[News Blog Prototype|News]]</h3>
+
<h3 class="News">[[:en:News_Blog_Prototype|News]]</h3>
  
 
<h3 class="SearchHere">Search Here</h3>
 
<h3 class="SearchHere">Search Here</h3>
  
<h3 class="AboutUs'>About Us</h3>
+
<h3 class="AboutUs'>[https://www.canada.ca/en/employment-social-development.html About Us]</h3>
 +
 
 +
<h3 class="ContactUs">[[Contact Us]]</h3>
  
<h3 class="ContactUs">[[Contact Us]]</h3><br>
+
<input type ="text"><br>
  
 
<br><br>
 
<br><br>

Latest revision as of 10:48, 25 October 2021