Reputation: 1487
I would like to know how to set the size of text based on the browser window. My current code for my piece of text:
#quoteField{
letter-spacing:5px;
position:relative;
top:20%;
left:10%;
xtop:325px;
xleft:200px;
font-size:50px;
line-height:20px;
width:500;
color:#ffffff;
}
.quote{
font-family: Merriweather, serif;
}
.quoteHeavier{
font-family: Merriweather, serif;
font-weight:600;
}
Alternatively, you could check out this JSfiddle.
Upvotes: 1
Views: 18414