pull/9/head
E.zn 4 years ago
parent 48db7d45c3
commit 98509bca81

@ -2,6 +2,19 @@ body {
background-color: #D5CDCB;
}
h1 {
position: fixed;
right:0%;
top:3%;
text-align: right;
background-color: #0BEFEB;
padding: 10px 85px 35px 30px;
z-index: 10;
color: black;
font-size: 28px;
border-right: none;
}
/*
h1 {
position: fixed;
right:0%;
@ -15,7 +28,7 @@ h1 {
border: 1px solid blue;
border-right: none;
}
*/
.collapsible{
padding-left: 70px;
font-family: monospace;
@ -43,7 +56,7 @@ h1 {
background-color: #5E7575;
font-family: monospace;
position: relative;
line-height: 40px;
line-height: 30px;
margin-left: 85px;
}
@ -130,5 +143,5 @@ h1 {
}
#top {
padding-top: 45px;
padding-top: 42px;
}
Loading…
Cancel
Save