Keithaiken (Talk | contribs) |
Keithaiken (Talk | contribs) |
||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Orbitron"> | ||
<style type="text/css"> | <style type="text/css"> | ||
/*Wiki Style Reset (From U of C). | /*Wiki Style Reset (From U of C). | ||
Line 46: | Line 47: | ||
/* Visible Content Styling Begins Here */ | /* Visible Content Styling Begins Here */ | ||
+ | |||
+ | /* Fonts */ | ||
+ | @import url('https://fonts.googleapis.com/css?family=Orbitron'); | ||
.projectDesc { | .projectDesc { | ||
Line 53: | Line 57: | ||
} | } | ||
− | .partsComp { | + | div.partsComp { |
+ | font-family: "Orbitron", sans-serif; | ||
padding: 10px; | padding: 10px; | ||
width: 800px; | width: 800px; | ||
height: 200px; | height: 200px; | ||
margin: 0 auto; | margin: 0 auto; | ||
+ | color: #000000; | ||
} | } | ||
− | + | /* .partsComp1 { | |
color: #000000; | color: #000000; | ||
− | font-family: 'Orbitron', sans-serif; | + | /*font-family: 'Orbitron', sans-serif;*/ |
font-size: 60px; | font-size: 60px; | ||
width: 60%; | width: 60%; | ||
Line 75: | Line 81: | ||
@keyframes blinker { | @keyframes blinker { | ||
50% {text-shadow: 0 0 40px #FF0000;} | 50% {text-shadow: 0 0 40px #FF0000;} | ||
− | } | + | }*/ |
</style> | </style> | ||
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet"> | <link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet"> | ||
Line 87: | Line 93: | ||
</div> | </div> | ||
− | <div class="partsComp"> | + | <!--<div class="partsComp"> |
<div class="partsComp1"> | <div class="partsComp1"> | ||
<p>Parts Completed: <br><span class="partsCompNumber">10</span></p> | <p>Parts Completed: <br><span class="partsCompNumber">10</span></p> | ||
</div> | </div> | ||
− | </div> | + | </div>--> |
</body> | </body> | ||
</html> | </html> |
Revision as of 05:44, 29 June 2017