Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css31
1 files changed, 26 insertions, 5 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index c5840f3..17d951f 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,6 +1,27 @@
-footer {
- padding: 2.5rem 0;
- color: #999;
- background-color: #f9f9f9;
- border-top: 0.05rem solid #e5e5e5;
+html, body {
+ height: 100%;
+}
+
+body {
+ display: -ms-flexbox;
+ display: flex;
+ -ms-flex-align: center;
+ align-items: center;
+ background: url("images/bg.jpg");
+ background-size: cover;
+}
+
+h1 {
+ color: #ffffff;
+}
+
+.card {
+ opacity: 0.8;
+}
+.card:hover {
+ opacity: 1.0;
+}
+
+.cursorPointer:hover {
+ cursor: pointer;
}