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