diff --git a/index.css b/index.css index 6dcc3f5..31b7d24 100644 --- a/index.css +++ b/index.css @@ -27,13 +27,16 @@ a:hover { font-size: 1.2em; } -.container img { +.container .img { display: block; - width: 20%; - border-radius: 50%; + width: 20vw; margin: 1em; } +.img img { + border-radius: 50%; +} + .links { display: flex; width: 100%; @@ -48,8 +51,8 @@ h1 { } @media (max-width: 720px) { - .container img { - width: 30%; + .container .img { + width: 35vw; margin: 0.5em; } .links { diff --git a/index.html b/index.html index 9dca815..e1069dc 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,9 @@
- +
+ +

Ceda EI

I am an 18-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers.