1
0
mirror of https://github.com/robonen/metr.git synced 2026-03-20 10:54:41 +00:00

added new files

This commit is contained in:
zakiquel
2022-05-25 23:17:55 +07:00
parent 3146fb1fd0
commit 371c4bef72
27 changed files with 1609 additions and 2 deletions

View File

@@ -1,4 +1,22 @@
body {
margin: 0;
font-family: 'Inter', sans-serif;
background-color: rgba(124, 173, 201, 1);
font-size: 17px;
color: white;
line-height: 1.6;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: 'Montserrat', sans-serif;
}
.container {
width: 100%;
@@ -6,7 +24,7 @@
max-width: 1920px;
margin: 0 auto;
background-image: linear-gradient(to top, rgb(124, 173, 201, 0.2), rgb(124, 173, 201, 0.2)), url(
"@/assets/images/intro.jpg");
"../images/intro.jpg");
background-size: cover;
display: flex;
flex-direction: column;
@@ -22,7 +40,7 @@
.logoMetr {
width: 185px;
height: 100px;
background: url("@/assets/images/metr.svg") center
background: url("../images/metr.svg") center
no-repeat;
background-size: cover;
}