diff --git a/assets/css/index.css b/assets/css/index.css new file mode 100644 index 0000000..ff87230 --- /dev/null +++ b/assets/css/index.css @@ -0,0 +1,19 @@ +body{ + background-color: #22223a; + font: 1.2rem "Fira Sans", sans-serif; + +} +.title{ + font-size: 3em; +} +.title_2{ + font-size: 30px; +} +.round{ + border-radius: 5em; + + +} +p{ + font-size: 20px; +} diff --git a/assets/imgs/github.png b/assets/imgs/github.png new file mode 100644 index 0000000..7726d9c Binary files /dev/null and b/assets/imgs/github.png differ diff --git a/assets/imgs/pp.png b/assets/imgs/pp.png new file mode 100644 index 0000000..6f17beb Binary files /dev/null and b/assets/imgs/pp.png differ diff --git a/assets/imgs/youtube.png b/assets/imgs/youtube.png new file mode 100644 index 0000000..22a904b Binary files /dev/null and b/assets/imgs/youtube.png differ diff --git a/index.html b/index.html index f2a428e..2b29e32 100644 --- a/index.html +++ b/index.html @@ -1,40 +1,34 @@ -