Skip to content

Commit

Permalink
stylesheet update
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Dec 3, 2023
1 parent f35435a commit 5059648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
Binary file added Static/css/matrix.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 11 additions & 7 deletions Static/css/style_custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ html, body {
font-family: "Inter", sans-serif;
display: flex;
flex-flow: column;
background: #dfdfdf;
background-image: url("./matrix.gif");
width: 100%;
height: 100%;
margin: 0;
Expand All @@ -21,18 +21,17 @@ header {
border-bottom: 5px solid #4fff00;
padding-bottom: 1px;
padding-left: 1px;
text-align: center;
}

.postamble {
border-top: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
background-color: #535353;
background-color: #000000;
position: absolute;
text-indent: 6px;
width: 621px;
bottom: 0;
width: fit-content;
top: 0;
}

.navigation > * {
Expand Down Expand Up @@ -107,6 +106,11 @@ img:hover {
transform: scale(1.8);
}

div.navigation{
background: ;
input[type="submit"] {
border-color: #4ff000;
padding: revert-layer;
clip-path: padding-box;
font-size: x-large;
color: #4fff00 ;
background: #000000;
}

0 comments on commit 5059648

Please sign in to comment.