diff --git a/img/thumb-1920-637668.jpg b/img/thumb-1920-637668.jpg new file mode 100644 index 0000000..9fde91b Binary files /dev/null and b/img/thumb-1920-637668.jpg differ diff --git a/index.html b/index.html index a75e316..578c8a8 100644 --- a/index.html +++ b/index.html @@ -55,10 +55,10 @@

- I am a blogger, programmer and designer. + I am a Blogger, Programmer and Designer.

- \ No newline at end of file + diff --git a/main.css b/main.css index f0d351b..e101af1 100644 --- a/main.css +++ b/main.css @@ -13,13 +13,13 @@ } .my-background-1 { - background: url(./desktop-best-fit.svg); + background: url(/home/shubham/amaanabbasi.github.io/img/thumb-1920-637668.jpg); background-repeat: no-repeat; background-position: center; } .my-background-2 { - background: url(./img/polygon-3.svg); + background: url(/home/shubham/amaanabbasi.github.io/img/thumb-1920-637668.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; @@ -30,3 +30,8 @@ animation-delay: 2s; animation-iteration-count: infinite; } + +.hero-body { + padding-bottom: 0px; + padding-top: 50px; +}