Переименовал файл style.css, переписал путь к изображению, изменил высоту верхнего блока
This commit is contained in:
parent
3526883328
commit
6a783fc3bc
@ -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;
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user