Browse Source

Add most recent dynamic instagram posts to home

Carlos Hernandez 2 years ago
parent
commit
662b988775
2 changed files with 31 additions and 2 deletions
  1. 16
    0
      app_template/www/css/main.css
  2. 15
    2
      app_template/www/home.html

+ 16
- 0
app_template/www/css/main.css View File

@@ -0,0 +1,16 @@
1
+a img{
2
+    align-items: center;
3
+    position: relative;
4
+    width: 100%;
5
+    padding: 10px;
6
+    padding-left: 10px;
7
+    margin-top: 20px;
8
+    overflow: hidden;
9
+    opacity: 0;
10
+    animation-name: fadeIn;
11
+    animation-delay: 0.6s;
12
+    animation-duration: 0.8s;
13
+    animation-fill-mode: forwards;
14
+    text-decoration: none;
15
+    color: white;
16
+}

+ 15
- 2
app_template/www/home.html
File diff suppressed because it is too large
View File