Pārlūkot izejas kodu

Add most recent dynamic instagram posts to home

Carlos Hernandez 2 gadus atpakaļ
vecāks
revīzija
662b988775
2 mainītis faili ar 31 papildinājumiem un 2 dzēšanām
  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 Parādīt failu

@@ -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
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu