0
Someone help with either of these: a sample code with font of "Open sans' thats functioning, simple CSS animation, thanks coders
4 odpowiedzi
+ 2
@Mwas please try to make one yourself. If there will be any defect in it and you think that the code you will made is not working properly, then post it. We will try the best to help you in any manner possible.
0
I have already tried bro,,look at this,font is not applying
https://code.sololearn.com/Wg6rKRTnrk4x/?ref=app
0
@Mwas
Here is a sample of Open Sans font: http://www.1001fonts.com/open-sans-font.html
It seems that sololearn doesn't support this font. Try put this line in <head> section of your html code to get Open Sans font:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans">
For simple css animation, go through this: https://www.w3schools.com/css/css3_animations.asp
0
thanks a lot,,that was helpful