瀏覽代碼

last2 commit

master
Nikola Ignjatovic 5 年之前
父節點
當前提交
6b0ce8feb4
共有 4 個檔案被更改,包括 5 行新增4 行删除
  1. 二進制
      images/main-bg.png
  2. 1
    1
      index.html
  3. 2
    2
      style.css
  4. 2
    1
      styles/custom.css

二進制
images/main-bg.png 查看文件


+ 1
- 1
index.html 查看文件

@@ -256,7 +256,7 @@

</div><!-- end About -->
<div id="our_partners-wrap" class="dark home-section" >
<div class="our_partners-cont" style=" background-image: url(images/op_bg.jpg);">
<div class="our_partners-cont" style=" background-image: url(images/news_item_2.png);">
</div>
<div class="gallery-cont">
<section id="gallery" class="gallery general-section clearfix">

+ 2
- 2
style.css 查看文件

@@ -702,8 +702,8 @@ a.mobile-nav-toggle i {
/*-----------------------------------------------------------------------------------*/
#intro-wrap {
/*background: url(images/intro_bg.png) no-repeat center fixed;*/
background: url(images/bcp.png) no-repeat center fixed;
background: url(images/planet-network-purple.png) no-repeat center fixed;
/*background: url(images/bcp.png) no-repeat center fixed;*/
background: url(images/main-bg.png) no-repeat center fixed;
height: 100vh;
-webkit-background-size: cover;
-moz-background-size: cover;

+ 2
- 1
styles/custom.css 查看文件

@@ -79,7 +79,7 @@
height: 100%;
left: 0;
top: 0;
opacity: .05;
opacity: .1;
background-size: cover;
background-color: #000;
z-index: 4;
@@ -159,6 +159,7 @@
left: 50%;
transform: translateX(-50%);
z-index: 11;
opacity: .8;
}
.successfully
{

Loading…
取消
儲存