Added Content-Expansion directory

This commit is contained in:
2024-05-09 19:30:39 -05:00
parent b00dbe2caf
commit 9d9b252a5d
86 changed files with 2236 additions and 13 deletions

View File

@@ -0,0 +1,37 @@
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
h1 {
padding-bottom: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 48px;
margin: 0 auto;
text-align: center;
color: #f5f5f5;
}
h3 {
padding-bottom:35px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
margin: 0 auto;
text-align: center;
font-weight: 600;
color: #e3e3e3;
}
a {
color: lightblue;
}
body {
min-height: 90vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #171717;
animation: fadeIn 3s;
padding: 0;
margin: 0;
font-family: 'Open Sans Semibold', sans-serif;
}