Merge branch 'Astro' of AstroGit:BotanJS-Astro into Astro

This commit is contained in:
2016-06-04 00:11:06 +08:00
3 changed files with 36 additions and 34 deletions

View File

@@ -54,39 +54,12 @@ header {
-webkit-box-shadow: inset 0 0 10px 0 black;
box-shadow: inset 0 0 10px 0 black;
background-image: url(/assets/layout-images/home.png);
background-position: 50% 90%;
position: absolute;
overflow: hidden;
position: absolute;
text-align: center;
}
.contact:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba( 255, 255, 255, 0.6 );
}
/*
.begin-wrapper:before {
content: "";
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 100%;
background-image: url(/assets/layout-images/home-blur.png);
background-position: 50% 0;
background-repeat: no-repeat;
opacity: 0.6;
}
*/
.contact-wrapper {
text-align: center;
position: relative;