11 changed files with 78 additions and 30 deletions
@ -0,0 +1,7 @@ |
|||||
|
/* |
||||
|
* @file Класс |
||||
|
* @version 2022.2.6 |
||||
|
* @author Verevkin S.A. |
||||
|
* @copyright Verevkin S.A. |
||||
|
*/ |
||||
|
|
||||
@ -0,0 +1,7 @@ |
|||||
|
/* |
||||
|
* @file Класс |
||||
|
* @version 2022.2.6 |
||||
|
* @author Verevkin S.A. |
||||
|
* @copyright Verevkin S.A. |
||||
|
*/ |
||||
|
|
||||
@ -1,13 +1,20 @@ |
|||||
|
/* |
||||
|
* @file Класс |
||||
|
* @version 2022.2.6 |
||||
|
* @author Verevkin S.A. |
||||
|
* @copyright Verevkin S.A. |
||||
|
*/ |
||||
|
|
||||
body { |
body { |
||||
margin: 0; |
margin: 0; |
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
||||
sans-serif; |
sans-serif; |
||||
-webkit-font-smoothing: antialiased; |
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
-moz-osx-font-smoothing: grayscale; |
||||
} |
} |
||||
|
|
||||
code { |
code { |
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
||||
monospace; |
monospace; |
||||
} |
} |
||||
|
|||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in new issue