소스 검색

Add most recent dynamic instagram posts to home

Carlos Hernandez 2 년 전
부모
커밋
662b988775
2개의 변경된 파일31개의 추가작업 그리고 2개의 파일을 삭제
  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 파일 보기

@@ -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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기