small improvements

This commit is contained in:
2023-02-28 16:49:17 +00:00
parent eb52ae8480
commit 45498e60a2
4 changed files with 42 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ body {
color: #333;
background-color: #222;
position: relative;
background-image: url(/images/wood.png);
background-image: url(../images/wood.png);
}
h1, logo span {
@@ -47,7 +47,7 @@ article {
border: 4px solid #285a71;
border-top-width: 2.6rem;
background-color: white;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
position: absolute;
padding: 4px 0px;
min-width: 500px;
@@ -85,20 +85,30 @@ article.expanded {
width: calc(100% - 600px);
}
#article4 {
top: 243px;
right: auto;
left: 77px;
z-index: 27;
width: calc(100% - 600px);
}
logo {
width: 100%;
height: 100%;
width: 800px;
height: 600px;
max-width: calc(100% - 60px);
max-height: calc(100% - 60px);
top: 35px;
left: 140px;
background-size: 680px 400px;
z-index: 50;
border: 4px solid #285a71;
border-top-width: 2.6rem;
background-color: white;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5);
border-color: #00AEC1;
transition: all 0.3s ease-in-out;
position: absolute;
left: 0;
top: 0;
background-position: calc(50% - 30px) 50%;
background-repeat: no-repeat;
margin: 0;