aboutsummaryrefslogtreecommitdiff
path: root/src/pages/home/home.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/home/home.scss')
-rw-r--r--src/pages/home/home.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/pages/home/home.scss b/src/pages/home/home.scss
new file mode 100644
index 0000000..900c9ec
--- /dev/null
+++ b/src/pages/home/home.scss
@@ -0,0 +1,32 @@
+.article {
+ height: 400px;
+ width: 100%;
+ background-position: center;
+ background-size: cover;
+ display: block;
+ margin: 5px;
+}
+.overlayart {
+ background-color: rgba(0, 0, 0, 0.568);
+ position: relative;
+ z-index: 1;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+}
+.art {
+ position: absolute;
+ bottom: 50px;
+ width: 100%;
+}
+
+.art h3 {
+ color: white;
+ padding: 0px 20px;
+ width: 100%;
+}
+.art p {
+ color: white;
+ padding: 0px 20px;
+} \ No newline at end of file