devv-website
Version:
Welcome to devv.com!
28 lines (23 loc) • 466 B
CSS
html {
background: rgb(255, 255, 255);
height: 100%;
}
body {
background: linear-gradient(180deg, rgba(25, 25, 25, 1) 0%, rgba(5, 5, 5, 1) 5%, rgba(0, 0, 0, 1) 100%);
color: rgb(255, 255, 255);
font-family: "Crete Round", Arial, Helvetica, sans-serif;
margin: auto;
min-height: 100%;
text-align: center;
width: auto;
}
h1 {
font-size: 9em;
margin: 0;
}
h3 {
font-size: 1.3em;
}
.wrapper {
padding-top: 20px;
}