Wed, 2016-12-14 03:10
I have all of my code correct i though so why isnt this working. I have the azimov file named exactly
<!DOCTYPE html> <html> <head> <style> @font-face { font-family: myFirstFont; src: url(azimov.otf); } div { font-family: myFirstFont; } </style> <title>Stellini Developers</title> </head> <body> <div> <h1 style="margin-left:70px">Stellini Developers</h1> </div> <img src="LOGO.png" alt="Stellini Logo" style="margin-left:-75px;margin-top:-100px;width:225px;height:175x;"> <p> We make websites for entrepreneurs and hobby enthusiastics.</p> </body> </html>
Picture for my folder