mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
81 lines
1 KiB
CSS
81 lines
1 KiB
CSS
|
.container {
|
||
|
min-height: 100vh;
|
||
|
padding: 0 0.5rem;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.main {
|
||
|
padding: 5rem 0;
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.footer {
|
||
|
width: 100%;
|
||
|
height: 100px;
|
||
|
border-top: 1px solid #eaeaea;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.footer img {
|
||
|
margin-left: 0.5rem;
|
||
|
}
|
||
|
|
||
|
.footer a {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.title a {
|
||
|
color: #0070f3;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.title a:hover,
|
||
|
.title a:focus,
|
||
|
.title a:active {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
margin: 0;
|
||
|
line-height: 1.15;
|
||
|
font-size: 4rem;
|
||
|
}
|
||
|
|
||
|
.title,
|
||
|
.description {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.description {
|
||
|
line-height: 1.5;
|
||
|
font-size: 1.5rem;
|
||
|
}
|
||
|
|
||
|
.logo {
|
||
|
height: 1em;
|
||
|
}
|
||
|
|
||
|
.tasks {
|
||
|
width: 300px;
|
||
|
padding: 0;
|
||
|
margin: 20px auto 0;
|
||
|
list-style-type: none;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.tasks > li {
|
||
|
margin-top: 10px;
|
||
|
border-bottom: 1px solid #eee;
|
||
|
}
|