

html {
    background: linear-gradient(black, gray);
    min-height: 100%;
    height: auto;     
}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 50px solid silver;
}
