errors fixed

This commit is contained in:
BOUNTY707
2025-01-25 14:31:55 +05:00
parent 0231b51f60
commit 4a6101af77
4 changed files with 45 additions and 6 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

View File

@@ -9,6 +9,14 @@
</head>
<body>
<div class="wrapper">
<div class="breadcrumbs">
<div class="container">
<div class="breadcrumb">
<a href="#!">Главная -</a>
<span>Наши авторы</span>
</div>
</div>
</div>
<section class="authors">
<div class="container">
<div class="authors_block">

View File

@@ -9,6 +9,16 @@
</head>
<body>
<div class="wrapper">
<div class="breadcrumbs">
<div class="container">
<div class="breadcrumb">
<a href="#!">Главная </a>
<a href="#!">Наши авторы </a>
<span>Екатерина Волкова</span>
</div>
</div>
</div>
<section class="authors">
<div class="container">
<div class="authors_block">

View File

@@ -92,10 +92,28 @@ a{
white-space: nowrap;
}
.breadcrumb{
padding: 15px 0px 40px;
display: flex;
align-items: center;
gap: 5px;
span,
a{
font-size: 14px;
font-weight: 300;
line-height: 16.8px;
color: #878A90;
}
span{
color: #000000;
}
}
/* Authors start */
.authors{
padding: 40px 0px 100px;
padding: 0px 0px 100px;
}
.authors .authors_block{
display: flex;
@@ -116,7 +134,7 @@ a{
.authors_block .authors_card{
display: flex;
flex-direction: column;
gap: 25px;
gap: 20px;
}
.authors_card img{
width: 100%;
@@ -127,13 +145,13 @@ a{
.authors_card h3{
font-size: 32px;
font-weight: 600;
line-height: 38.4px;
line-height: 32px;
color: #000000;
}
.authors_card p{
font-size: 16px;
font-weight: 300;
line-height: 19.2px;
font-weight: 400;
line-height: 16px;
color: #000000;
}
@@ -173,7 +191,7 @@ a{
.authors_block .authors_items{
display: grid;
grid-template-columns: 31% 31% 31%;
grid-template-columns: 32.2% 32.2% 32.2%;
gap: 20px;
}
.authors_items .authors_item{