Changes

31 bytes added ,  10:48, 25 October 2021
m
Tyler.olinik moved page News Blog Prototype to News Updates
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</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>
430

edits