Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
headerbar [2020/12/01 19:55]
admin
headerbar [2020/12/01 20:28] (current)
admin
Line 1: Line 1:
 <html> <html>
 +<link rel="preconnect" href="https://fonts.gstatic.com">
 +<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
 <style> <style>
-div { +.wikihead 
-    height: 400px; +    background: linear-gradient(to right, #333333 0%, #808080 100%)
-    background: linear-gradient(to right, #000099 0%, #0066ff 100%)+    font-family: 'Roboto Slab', serif;
 } }
 </style> </style>
 <body> <body>
  
-<div> +<div class='wikihead'
-<font color='ffcc00'>Test</font>+<font color='ff9933'> 
 +<center> 
 +<h1> 
 +Feudal Kingdoms Wiki 
 +</h1> 
 +</center> 
 +</font>
 </div> </div>
  
 </body> </body>
 </html> </html>