Skip to content
Snippets Groups Projects
Commit 08b08194 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Vorbereitung für die Matekalypse

parent 66f00901
No related branches found
No related tags found
No related merge requests found
this.resize=function() {
this.panel.find("#zwei").textfill({
maxFontPixels:-1
});
}
\ No newline at end of file
#eins {
color: #C11010;
text-align: center;
background: linear-gradient(135deg, #fff200 0%,#ffff00 34%,#ffff00 34%,#070000 35%,#000000 47%,#070000 79%,#070000 79%,#ffff00 79%,#ffff00 100%);
background-size: 100% 100%;
text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
width:100%;
height:100%;
}
#zwei{
width: 100%;
height: 100%;
word-break: break-all;
font-family: vrr;
font-size: 142px;
height:100%;
white-space: nowrap;
overflow:hidden;
padding:5px;
}
#zwei span {
height:100%;
}
\ No newline at end of file
<div id="eins">
<div id="zwei">
<span>MATEKALYPSE!</span>
</div>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment