Add initial website

This commit is contained in:
yehor
2025-05-16 16:08:50 +03:00
parent 5770fdeaf9
commit d10a177923
46 changed files with 27704 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}
.featureLink {
display: contents;
color: unset;
}
.featureLink:hover {
text-decoration: none;
color: unset;
}
.featureLink:visited {
text-decoration: none;
color: unset;
}