Переименовал файл 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 { .profile-header {
width: 700px; width: 700px;
height: 150px; height: 160px;
border-color: antiquewhite; border-color: antiquewhite;
background-color: #0088cc; background-color: #0088cc;
border-radius: 10px; border-radius: 10px;
@ -45,7 +45,7 @@ form {
align-items: center; align-items: center;
} }
.add { .add {
background-image: url("/pics/add_photo.svg"); background-image: url("/assets/img/add_photo.svg");
background-size: cover; background-size: cover;
width: 30px; width: 30px;
height: 30px; height: 30px;

View File

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