base text about templates

This commit is contained in:
2025-06-05 14:37:00 +03:00
parent 857df8faf2
commit 18424bb3c3
4 changed files with 146 additions and 24 deletions
+35
View File
@@ -10,6 +10,27 @@ body {
color: white;
}
.github-link img {
width: 20px;
height: 20px;
}
.github-link {
display: flex;
align-items: center;
gap: 0.5rem;
color: white;
text-decoration: none;
font-size: 1.1rem;
padding: 0.5rem 1rem;
border-radius: 5px;
transition: background-color 0.3s;
}
.github-link:hover {
background-color: rgba(255, 255, 255, 0.1);
}
header {
text-align: center;
padding-top: 0px;
@@ -102,6 +123,20 @@ h1, h2 {
font-size: 1.4rem;
}
}
a {
color: white;
}
.no-margin {
margin: 0;
}
codesp{
font-family: "Space Grotesk", monospace;
background-color: rgb(66, 69, 72)
}
* codesp {
padding: 1px 5px;
border-radius: 5px;
}