@import 'https://fonts.googleapis.com/css?family=Ewert&effect=3d';
<p id='change_font' class='font-effect-3d' onclick='setFont()'>
Click to change the font</p>
<input type='color' id='set_color' value='#36ff36'
style='padding-left:20px'>
<p id='change_color' class='font-effect-3d'
Click to change the color</p>
{doc=document.getElementById('change_font');
doc.style='font-family:Ewert; font-size:200%';}
{var c=document.getElementById('set_color').value;
doc=document.getElementById('change_color')
doc.style='font-size:250%'; doc.style.color=c;}
No comments:
Post a Comment