about main style

This commit is contained in:
Tancre
2020-10-09 14:48:01 +02:00
parent 0ae29ca91a
commit a731f1a2b8
14 changed files with 264 additions and 107 deletions

View File

@ -1,3 +1,7 @@
* {
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
color: #333;
@ -6,4 +10,5 @@ body {
img{
max-width: 100%;
height: auto;
}
}