<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="div">
<div class="screen">
<p>фото</p>
</div>
<div class="h1">
<p>заголовок</p>
</div>
</div>
</body>
</html>
body {
background-color: black;
}
p{
color: #3F383F;
}
.div {
margin:auto;
background-color: #fff;
height: 75vh;
width: 30%;
padding: 1%;
}
.screen {
color: #394140;
width: 30%;
height: 13%;
background: #999999;
border-radius: 15px;
margin-left: 10%;
}
.screen p{
padding: 20% 32%;
}
.h1 {
color: #394140;
width: 50%;
height: 6%;
background: #999999;
border-radius: 15px;
margin-left: 10%;
float: right;
margin-bottom: 100px;
}