Added styles.css from root-rep, updated 404.md and meta in index.html

This commit is contained in:
Eugene Serb
2022-07-24 17:30:59 +03:00
parent a9e089e043
commit b5f56a2d08
6 changed files with 53 additions and 57 deletions

View File

@@ -1,22 +1,16 @@
/* ------------------------------ */
/* Wavelovers styles */
/* version: dated 2022.07.23 */
/* version: dated 2022.07.24 */
/* author: Eugene Serb */
/* ------------------------------ */
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
/* ------------------------------ */
/* RESET AND BASE STYLES' TUNE UP */
/* ------------------------------ */
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
*, ::after, ::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
/* Simple colors */
--color-white: #FFFFFF;
@@ -96,6 +90,12 @@
}
}
*, ::after, ::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-family: 'Roboto', sans-serif;
direction: ltr;
@@ -143,7 +143,7 @@ small { font-size: smaller; }
span, p, article, blockquote {
color: var(--color-text);
font-weight: 400;
font-weight: 300;
}
ul {