first version

This commit is contained in:
2024-12-07 16:10:34 +03:30
parent 0e20aa9a9a
commit c0d210d1d1
35 changed files with 31658 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
}
header {
background: #007BFF;
color: white;
padding: 20px;
text-align: center;
}
nav ul {
list-style-type: none;
}
nav ul li {
display: inline;
margin-right: 15px;
}
.project {
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
}
footer {
text-align: center;
padding: 10px;
}