diff --git a/fonts/lato.ttf b/fonts/lato.ttf new file mode 100644 index 0000000..26ce100 Binary files /dev/null and b/fonts/lato.ttf differ diff --git a/fonts/transformers.ttf b/fonts/transformers.ttf new file mode 100644 index 0000000..326e0a1 Binary files /dev/null and b/fonts/transformers.ttf differ diff --git a/images/ceda.jpg b/images/ceda.jpg index ea6d372..bc194d9 100644 Binary files a/images/ceda.jpg and b/images/ceda.jpg differ diff --git a/index.css b/index.css index 25a65ff..007848b 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,13 @@ +@font-face { + font-family: 'Transformers'; + src: url('fonts/transformers.ttf'); +} + +@font-face { + font-family: 'Lato'; + src: url('fonts/lato.ttf'); +} + body { margin: 0; background-color: #0b0a16; @@ -29,7 +39,7 @@ a:hover { .container .img { /* display: flex; */ - margin: 1em; + margin-bottom: 1em; width: 100%; } @@ -46,9 +56,19 @@ a:hover { margin-top: 0.5 em; } +.header { + margin: 1em 0; +} + h1 { - font-family: 'Elsie', cursive; + font-family: 'Transformers', cursive; font-size: 2.5em; + margin: 0; +} + +h2 { + font-size: 1.5em; + margin: 0; } @media (max-width: 720px) { diff --git a/index.html b/index.html index e649e47..c978b71 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ Ceda EI - @@ -15,12 +14,15 @@
-

Ceda EI

+
+

Ceda EI

+

@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.