save rewrite

This commit is contained in:
Mohamad Damaj 2023-08-13 19:47:55 +03:00
parent 017fb02f09
commit c050b8da4c
7 changed files with 86 additions and 0 deletions

40
new/css/header.css Normal file
View file

@ -0,0 +1,40 @@
.navbar {
background-color: #131316;
color: #fd7717;
padding: 5px;
margin: 0px;
position: sticky;
top: 0px;
align-items: center;
z-index: 6;
width: 100%;
text-align: center;
}
.navbar a {
color: #e6e6fa;
text-decoration: none;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 3px;
padding-right: 3px;
}
.navbar a:hover {
display: inline;
text-decoration: underline;
}
.navbar name {
text-align: left;
}
.navbar span {
padding: 5px;
display: inline;
}
.navbar img {
transform: translate(+30%, +25%)
}

20
new/css/main.css Normal file
View file

@ -0,0 +1,20 @@
body {
background-color: #1f2024;
}
p {
color: #FFFFFF;
}
a:hover {
color: #FD7717;
}
.welcome {
font-size: 20px;
text-align: center;
}
img.pfp {
border-radius: 100px;
width: 100px;
margin-bottom: 40px;
}