figma_001

This commit is contained in:
2025-10-17 15:02:20 +03:00
parent 94f4f34b72
commit 98853e882f
5 changed files with 272 additions and 105 deletions

34
sty.css Normal file
View File

@@ -0,0 +1,34 @@
html, * {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 14px;
color: #393939;
}
body {
max-width: 1230px;
}
.header {
}
.header_top {
display: flex;
justify-content: space-between;
}
.logo_top_link {
}
.logo__top_img {
}
.header_top_list {
}
.header_top_item {
}
.header_top_item_link {
}
.header_top_info {
}
.header_top_info_tel {
}
.header_top_btn {
}