about summary refs log tree commit diff
path: root/usth/ICT3.2/prac/3/5.css
diff options
context:
space:
mode:
Diffstat (limited to 'usth/ICT3.2/prac/3/5.css')
-rw-r--r--usth/ICT3.2/prac/3/5.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/usth/ICT3.2/prac/3/5.css b/usth/ICT3.2/prac/3/5.css
new file mode 100644
index 0000000..a4e920c
--- /dev/null
+++ b/usth/ICT3.2/prac/3/5.css
@@ -0,0 +1,47 @@
+.bd-placeholder-img {
+    font-size: 1.125rem;
+    text-anchor: middle;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
+    user-select: none;
+}
+
+@media (min-width: 768px) {
+    .bd-placeholder-img-lg {
+        font-size: 3.5rem;
+    }
+}
+
+.container {
+    max-width: 960px;
+}
+
+/* Custom translucent site header */
+.site-header {
+    background-color: rgba(0, 0, 0, .85);
+    -webkit-backdrop-filter: saturate(180%) blur(20px);
+    backdrop-filter: saturate(180%) blur(20px);
+}
+.site-header a {
+    color: #999;
+    transition: ease-in-out color .15s;
+}
+.site-header a:hover {
+    color: #fff;
+    text-decoration: none;
+}
+
+/* Extra utilities */
+.flex-equal > * {
+    -ms-flex: 1;
+    flex: 1;
+}
+@media (min-width: 768px) {
+    .flex-md-equal > * {
+        -ms-flex: 1;
+        flex: 1;
+    }
+}
+
+.overflow-hidden { overflow: hidden; }