Skip to content

Instantly share code, notes, and snippets.

@aadeshere1
Created October 19, 2019 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aadeshere1/4a1e751eeb7fd778a70b2a2dcaabdad0 to your computer and use it in GitHub Desktop.
Save aadeshere1/4a1e751eeb7fd778a70b2a2dcaabdad0 to your computer and use it in GitHub Desktop.
.box {
border: 4px solid #8FB3E7;
padding: 20px;
color: white;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
width: 1200px;
height: 630px;
font-family: 'Roboto';
background: #649173; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DBD5A4, #649173); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DBD5A4, #649173); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.title {
font-size: 40px;
}
.center {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment