소스 검색

添加 'add_style.css'

WXT往昔 3 년 전
부모
커밋
56c761cbed
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      add_style.css

+ 10 - 0
add_style.css

@@ -0,0 +1,10 @@
+ #ifame{
+        position: absolute;
+        min-width: 1200px;
+        width: 100%;
+        height: 100%;
+        background-color: transparent;
+        background-size: cover;
+        background-position: center center;
+        background-repeat: no-repeat;
+}