Blog post create
This commit is contained in:
parent
409528b8d4
commit
c51f11c7dc
9 changed files with 31 additions and 15 deletions
|
|
@ -16,8 +16,9 @@
|
|||
/* bootstrap.css | http://localhost:5000/lib/bootstrap/css/bootstrap.css */
|
||||
div.carousel-inner > div.item > div.carousel-caption-s {
|
||||
margin: .5em;
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
color: #ffffc8;
|
||||
background-color: #000000cf;
|
||||
color:#ffffff;
|
||||
|
||||
font-weight: bold;
|
||||
padding: .5em; }
|
||||
|
||||
|
|
@ -41,3 +42,8 @@ input[type='checkbox'] {
|
|||
min-width: 1em;
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #000000cf;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,3 +45,8 @@ input[type='checkbox'] {
|
|||
min-width: 1em;
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #000000cf;
|
||||
color:#ffffff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue