diff --git a/style.css b/style.css new file mode 100644 index 00000000..9c1cf41c --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +.peoples { + display: flex; + flex-direction: row; +}