Create welcome.css

This commit is contained in:
Namhyeon Go 2018-07-23 19:39:40 +09:00 committed by GitHub
parent d3b386cdd9
commit 509705d2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
vendor/mincss/welcome.css vendored Normal file
View File

@ -0,0 +1,25 @@
.hero {
background: #eee;
padding: 20px;
border-radius: 10px;
margin-top: 1em;
}
.hero h1 {
margin-top: 0;
margin-bottom: 0.3em;
}
.c4 {
padding: 10px;
box-sizing: border-box;
}
.c4 h3 {
margin-top: 0;
}
.c4 a {
margin-top: 10px;
display: inline-block;
}