diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..177f39c --- /dev/null +++ b/css/main.css @@ -0,0 +1,16 @@ +body { + font-family: var(--font-family); + color: var(--primary-color); + background-color: var(--secondary-color); + line-height: 1.6; +} + +.container { + max-width: var(--max-width); + margin: 0 auto; + padding: var(--spacing); +} +h1 { + font-size: 2.5rem; + margin-bottom: var(--spacing); +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..b99ba86 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + José Manuel Cortes Cerón - Portfolio + + +

Portfolio

+

Here you can find my portfolio

+ + \ No newline at end of file diff --git a/js/main.js b/js/main.js new file mode 100644 index 0000000..e69de29