Hello, I’m trying to style the blockquote, but the font size doesn’t seem to be working.
What am I doing wrong?
blockquote {
font-family: Bellefair;
font-size: 50px;
width: 100%;
margin: 0.25em 0;
padding: 40px 40px 10px 20px;
line-height: 1.45;
position: relative;
color: #000000;
border-left:10px solid #F2A0A0;
border-right: 1px solid #D6D3CF;
background-color: #EEEBE7;
}
blockquote cite {
color: #192930;
font-size: 30px;
display: block;
margin-top: 5px;
margin-bottom: 5px;
}