errors fixed

project_banner
BOUNTY707 7 months ago
parent 0231b51f60
commit 4a6101af77
  1. 3
      .vscode/settings.json
  2. 8
      authors.html
  3. 10
      authors2.html
  4. 30
      style/index.css

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

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

@ -9,6 +9,16 @@
</head> </head>
<body> <body>
<div class="wrapper"> <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"> <section class="authors">
<div class="container"> <div class="container">
<div class="authors_block"> <div class="authors_block">

@ -92,10 +92,28 @@ a{
white-space: nowrap; 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 start */
.authors{ .authors{
padding: 40px 0px 100px; padding: 0px 0px 100px;
} }
.authors .authors_block{ .authors .authors_block{
display: flex; display: flex;
@ -116,7 +134,7 @@ a{
.authors_block .authors_card{ .authors_block .authors_card{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 25px; gap: 20px;
} }
.authors_card img{ .authors_card img{
width: 100%; width: 100%;
@ -127,13 +145,13 @@ a{
.authors_card h3{ .authors_card h3{
font-size: 32px; font-size: 32px;
font-weight: 600; font-weight: 600;
line-height: 38.4px; line-height: 32px;
color: #000000; color: #000000;
} }
.authors_card p{ .authors_card p{
font-size: 16px; font-size: 16px;
font-weight: 300; font-weight: 400;
line-height: 19.2px; line-height: 16px;
color: #000000; color: #000000;
} }
@ -173,7 +191,7 @@ a{
.authors_block .authors_items{ .authors_block .authors_items{
display: grid; display: grid;
grid-template-columns: 31% 31% 31%; grid-template-columns: 32.2% 32.2% 32.2%;
gap: 20px; gap: 20px;
} }
.authors_items .authors_item{ .authors_items .authors_item{

Loading…
Cancel
Save