diff --git a/index.html b/index.html new file mode 100644 index 0000000..60e5180 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + + + + Document + + + + + + + + +
+

CV FACTORY

+
+ +
+
+ + +
+
+ +
+
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..a418e60 --- /dev/null +++ b/style.css @@ -0,0 +1,26 @@ +body{ + font-family: 'Roboto', sans-serif; + background: #191818; + color:#ffffff; +} +section{ + display: flex; + justify-content: space-between; +} +ul li{ + list-style-type: none; +} + +h1{ + text-align: center; +} + +i{ + color: #ffffff; + font-size:2em; +} + +button{ + background: none; + border: none; +}