Loading index.html +17 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
index.html +17 −0 Original line number Diff line number Diff line Loading @@ -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> Loading