×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: CSS
Posted by: Marosi Dóra
Added: Dec 7, 2020 8:27 PM
Views: 4565
Tags: no tags
  1. #container {
  2.         display: flex;
  3.         justify-content: center;
  4.         align-items: center;
  5. }
  6.