Files
Figma_2/sty.css
2025-10-17 15:02:20 +03:00

34 lines
399 B
CSS

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 {
}