Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tjb17003 authored Mar 27, 2020
1 parent 0172750 commit a28680e
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions cssShowcase/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -215,7 +208,9 @@ p {

ul {
display: flex;
justify-content: center;
justify-content: space-between;
align-content: center;
padding: 0;

}

Expand Down

0 comments on commit a28680e

Please sign in to comment.