diff --git a/index.html b/index.html index bb27bd7..b2371e8 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + @@ -72,6 +73,12 @@

diff --git a/style.css b/style.css index e86d328..42b22fc 100644 --- a/style.css +++ b/style.css @@ -164,3 +164,14 @@ body { margin-top: 5px; margin-left: 1px; } + +#social-media-links { + font-size: 26px; +} +#social-media-links i { + border-radius: 100%; + color: white; + background-color: #303030; + /* box-shadow: 1px 0 10px 1px rgb(199, 199, 199); */ + padding: 15px; +}