login finished XD
This commit is contained in:
parent
7dc0d9a70d
commit
a24e59ed04
13 changed files with 326 additions and 3 deletions
7
src/content/assets/css/bootstrap.min.css
vendored
Normal file
7
src/content/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
23
src/content/assets/css/style.css
Normal file
23
src/content/assets/css/style.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
body {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
color: #5a5a5a;
|
||||
background-color: #EEEEEE;
|
||||
line-height: 1.6;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.featurette-divider {
|
||||
margin: 5rem 0;
|
||||
}
|
||||
|
||||
#page-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
blockquote.blockquote {
|
||||
border-left: 6px solid #3131e0;
|
||||
border-radius: 6px;
|
||||
padding-left: 16px;
|
||||
background-color: #c0c0f0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue