diff --git a/cssShowcase/style.css b/cssShowcase/style.css index 900f9bb..99c27ef 100644 --- a/cssShowcase/style.css +++ b/cssShowcase/style.css @@ -17,23 +17,14 @@ body { width: 100%; height: 100%; position: absolute; - top: 0; - left:0; background-color: white; display: flex; justify-content: center; align-items: center; - font-family: Montserrat; -} -.wrap { - - top: 50%; - left: 50%; - - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); + font-family: 'Montserrat'; } + .text { color:black; display: inline-block; @@ -155,7 +146,9 @@ p { -webkit-transform: rotateY(-10deg); transform: rotateY(-10deg); } - + p span + span { + margin-left: 0.3em; + } @media (min-width: 20em) { p { font-size: 2em; @@ -215,7 +208,9 @@ p { ul { display: flex; - justify-content: center; + justify-content: space-between; + align-content: center; + padding: 0; }