figma_001
This commit is contained in:
34
sty.css
Normal file
34
sty.css
Normal 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 {
|
||||
}
|
||||
Reference in New Issue
Block a user