Unverified Commit 164112d5 authored by TravelersChosen's avatar TravelersChosen Committed by GitHub
Browse files

Add files via upload

Center the twitch Embeds
parent bd52c2d2
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -125,6 +125,23 @@
                color: yellow;
                font-size: 40px;
            }
            footer{
                margin-top: 2%;
                color: aliceblue;
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                justify-items: center;
            }
            .embed1{
                grid-column-start: 1;
                
            }
            .embed2{
                grid-column-start: 2;
            }
            .embed2{
                grid-column-start: 3;
            }


        </style>