mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-15 15:26:43 +08:00
Add v4, with proxy, app and db
This commit is contained in:
50
bulletin-board-app/site.css
Normal file
50
bulletin-board-app/site.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/* v2 */
|
||||
@font-face {
|
||||
font-family: 'Geomanist Book';
|
||||
src: url(fonts/geomanist/hinted-Geomanist-Book.eot);
|
||||
src: url(fonts/geomanist/hinted-Geomanist-Book.eot?#iefix) format('embedded-opentype'),url(../fonts/geomanist/hinted-Geomanist-Book.woff2) format('woff2'),url(../fonts/geomanist/hinted-Geomanist-Book.woff) format('woff'),url(../fonts/geomanist/hinted-Geomanist-Book.ttf) format('truetype'),url(../fonts/geomanist/hinted-Geomanist-Book.svg#Geomanist-Book) format('svg');
|
||||
font-weight: 400;
|
||||
font-style: normal
|
||||
}
|
||||
|
||||
body {
|
||||
padding-bottom: 20px;
|
||||
background-color: rgb(98, 41, 145);
|
||||
color: #FFF;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
.body-content {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
/* Set widths on the form inputs since otherwise they're 100% wide */
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
|
||||
/* Responsive: Portrait tablets and up */
|
||||
@media screen and (min-width: 768px) {
|
||||
.body-content {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* v2 */
|
||||
|
||||
.jumbotron {
|
||||
font-family: 'Geomanist Book';
|
||||
background-color: #380a66;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-family: 'Geomanist Book';
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user