GMU:Wild Type/Constantin: Difference between revisions

From Medien Wiki
Line 486: Line 486:


=== style.css ===
=== style.css ===
<source lang="java">
<source lang="html5">
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Gabriela);
@import url(https://fonts.googleapis.com/css?family=Stalemate);
 
html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ebebeb;
  }
 
#Title {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    color: #d1d1d1;
    text-shadow: 2px 2px #919191;
    font-size: 50px;
    font-family: 'Pacifico', cursive;
}
 
#Buttons-Color {
    text-align: center;
    padding: 8px;
}
 
#Buttons-Font {
    text-align: center;
    padding: 8px;
}
 
#Buttons-Size {
    text-align: center;
}
 
#Buttons-Faktor {
    text-align: center;
    padding: 8px;
    padding-right: 6px;
}
 
#Canvas {
    position: relative;
    display: block;
    z-index: 1;
}
</source>
</source>