Переименовал файл style.css, переписал путь к изображению, изменил высоту верхнего блока

This commit is contained in:
yakovlevanton 2024-08-05 17:26:03 +03:00
parent 3526883328
commit 6a783fc3bc
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ body {
}
.profile-header {
width: 700px;
height: 150px;
height: 160px;
border-color: antiquewhite;
background-color: #0088cc;
border-radius: 10px;
@ -45,7 +45,7 @@ form {
align-items: center;
}
.add {
background-image: url("/pics/add_photo.svg");
background-image: url("/assets/img/add_photo.svg");
background-size: cover;
width: 30px;
height: 30px;

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/profile.css">
<title>Профиль</title>
</head>
<body>