<Card className={classes.root}>
<CardMedia
component="img"
alt="Contemplative Reptile"
height="200"
image={Header}
title="Contemplative Reptile"
/>
<Typography
gutterBottom
variant="h1"
component="h1"
className={classes.font}
>
Weather
</Typography>
</Card>
const useStyles = makeStyles(theme => ({
root: {
position: "relative"
},
font: {
position: "absolute",
top: "20%",
width: "100%",
textAlign: "center",
color: "black",
backgroundColor: "none",
fontFamily: "Comic Sans MS"
}
}));
![enter image description here](https://i.stack.imgur.com/xPslP.jpg)
Попробуйте онлайн:
![Edit affectionate-euler-0rwi7](https://codesandbox.io/static/img/play-codesandbox.svg)