стиль

Where can I format a ttf font to eot, woff, and svg formats?

There is a Cyrillic font in the format ttf. Where can I format it in eot, woff, and svg? On Webfont Generator when loading the font on the site, I get an error.

Using C in C++ programs: all the pros and cons [closed]

Closed. It is impossible to give an objective answer to this question . Answers to it are not accepted at the moment. ... have to finish this book.) These are the pies. P.S. Thank you for your answers and I apologize if I have spread offtop here.

CSS height in % doesn't work?

Why, when you write in height in px everything is fine, and when in percent, as in the picture, nothing works? height in perc ... body class="style_body"> <div id="gods_area" class="gods_area"></div> </body> </html>

How do I set a border gradient in CSS?

Hello everyone Here for example for for the background of the gradient you need to write: background: linear-gradient(to left, #FFF, #CACACA); And how to set the gradient for example for border-left: ?