diff --git a/images/title pic.jpg b/images/title pic.jpg new file mode 100644 index 0000000..8fa743e Binary files /dev/null and b/images/title pic.jpg differ diff --git a/index.html b/index.html index 617577d..435d0b1 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,13 @@ --> - Stellar by HTML5 UP + Nousheen Anwar + + @@ -19,10 +21,14 @@ @@ -43,7 +49,7 @@

Stellar

-

Ipsum sed adipiscing

+

Who I Am

Sed lorem ipsum dolor sit amet nullam consequat feugiat consequat magna adipiscing magna etiam amet veroeros. Lorem ipsum dolor tempus sit cursus. diff --git a/style.css b/style.css new file mode 100644 index 0000000..3f90e4b --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +.rounded-image { + display: inline-block; + position: center; + width: 200px; + height: 200px; + overflow: hidden; + border-radius: 60%; } + +.rounded-image img { + width: 115%; + height: 100%; + margin-left: -10%; + } +