diff --git a/root/images/avatar.png b/root/images/avatar.png new file mode 100644 index 0000000..434f445 Binary files /dev/null and b/root/images/avatar.png differ diff --git a/root/index.html b/root/index.html index 9e3cf40..df408dd 100644 --- a/root/index.html +++ b/root/index.html @@ -9,6 +9,7 @@
+ avatar

Nakidai

diff --git a/root/style.css b/root/style.css index 531b35c..c4c71e7 100644 --- a/root/style.css +++ b/root/style.css @@ -23,6 +23,10 @@ div { .header { height: 20%; + + display: flex; + align-items: center; + font-size: xxx-large; }