diff --git a/pages/links.html b/pages/links.html index c03af96..e00e446 100644 --- a/pages/links.html +++ b/pages/links.html @@ -9,12 +9,43 @@ *{ margin:0; padding:0; - height:100%; - width: 100%; } - - img.sociaalLink { + body{ + background-color: #774477; + text-align: center; + display: flex; + align-items: center; + flex-direction: column; + } + #mainView{ + display: flex; + align-items: center; + flex-direction: column; + background-color: rgb(13, 86, 223); + height: 100vh; + width: 250px; + } + .socialList{ + display: flex; + flex-direction: column; + align-items: center; + width: 200px; + } + .socialLink{ + background-color: #227777; + width: 200px; + margin: 5px; + border-radius: 15px; + } + li{ + height:80px; + } + ul{ + list-style: none; + } + img{ width: 50px; + height:50px; } @@ -23,44 +54,66 @@

My Social Links

-
+ + + + + + + + - \ No newline at end of file + + + \ No newline at end of file