next commit

This commit is contained in:
2026-04-28 23:14:00 +05:30
parent 6e506db292
commit 4374f4f648
2 changed files with 71 additions and 29 deletions
+31 -16
View File
@@ -36,15 +36,9 @@ body {
overflow: hidden;
}
a {
color: #f2f2f2;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* h1 {
font-size: 20px;
@@ -212,21 +206,42 @@ a:hover {
filter: alpha(opacity=30);
}
.Info {
position: absolute;
top: 20px;
left: 20px;
right: 30%;
}
.title {
font-size: 15pt;
text-shadow: 1px 1px 5px #FFF;
padding: 1rem;
right: 30%;
display: flex;
}
.contact {
display: inline-block;
font-size: x-small;
margin-top: auto;
font-size: small;
margin-left: auto;
}
#navMain {
font-size: smaller;
top: 40px;
left: 20px;
right: 30%;
display: flexbox;
.text-white {
color: #FFF;
}
a {
color:#FFF;
font-weight: bold;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.custom-link-color-force{
color:#FFF;
background-color: #0F111F;
}