업데이트 'usx/index.html'

master
nami 2 years ago
parent 2688a7aef4
commit c38ec79f78

@ -14,53 +14,7 @@
background: rgb(148,189,159);
background: linear-gradient(45deg, rgba(148,189,159,1) 0%, rgba(241,246,240,1) 35%, rgba(216,242,191,1) 100%);
}
.window{
position: absolute;
}
.top, .left, .right, .bottom{
position: fixed;
background: #4395DE; /*#232323;*/
z-index: 4;
}
.top{
/*margin: 0 auto;*/
top:0;
left:0;
width: 100%;
height: 0.4rem;
box-shadow: 0px 5px 12px #4395DE;
}
.left, .right{
width: 0.4rem;
height: 100%;
writing-mode: vertical-rl;
}
.left{
left: 0;
box-shadow: 5px 0px 12px #4395DE;
}
.right{
right: 0;
box-shadow: -5px 0px 12px #4395DE;
}
.bottom{
bottom: 0;
width: 100%;
height: 0.4rem;
box-shadow: 0px -5px 12px #4395DE;
}
</style>
</head>
@ -70,12 +24,6 @@
<div id='wrapper'></div>
<a href='../' id='homebttn' class='ext'> << home</a>
<div class = "window">
<div class = "top"></div>
<div class = "left"></div>
<div class = "right"></div>
<div class = "bottom"></div>
</div>
<header>

Loading…
Cancel
Save