Кнопка прикрепляется к шапке

введите сюда описание изображения

 Вот стили
const useStyles = makeStyles((theme) => ({
root: {
flexGrow: 1,
 },
 menuButton: {
marginRight: theme.spacing(2),
},
title: {
flexGrow: 1,
},
mainFeaturesPost:{
pasition: "relative",
color: theme.palette.common.white,
marginBottom: theme.spacing(4),
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
 backgroundPasition: 'center'
},
 mainFeaturesPostContent:{
 pasition:"relative",
padding: theme.spacing(3)

 }
}));

Еще есть сслка на рандомное изображение
style={{backgraundImage: 'url(https://source.unsplash.com/random)'}}
>
Вот его тоже не видно на сайте





 component="h1"
variant='h3'
color="inherit"
gutterBottom
>
Blog


component="h5"
variant="h2"
color="inherit"
 poragraph
>



Learn more








>
)
}
 Нужно чтобы изображение и кнопка были снизу и видны на сайте

Ответы (0 шт):