diff --git a/style.css b/style.css new file mode 100644 index 0000000..64fdeb3 --- /dev/null +++ b/style.css @@ -0,0 +1,20 @@ +body{ +background-color: firebrick; + +} + +.links { + text-align: center; +} + + +.social { +display: flex; +margin: 50%; + + width: 100px; + height: 100px; + + + +} \ No newline at end of file