FrontEnd Angular - v0.0.1-alpha

This commit is contained in:
2022-09-04 04:22:18 -03:00
parent 9640501195
commit 4a0ff02e2a
116 changed files with 27771 additions and 19001 deletions

View File

@@ -1 +1,12 @@
/* You can add global styles to this file, and also import other style files */
@import 'font-montserrat.css';
* {
padding: 0 auto;
margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}