Eingebettetes Google Doc horizontal zentrieren?CSS

CSS verstehen
Guest
 Eingebettetes Google Doc horizontal zentrieren?

Post by Guest »

Ich bin neu in HTML und CSS und habe HTML für Dummies gelernt.
Jedenfalls habe ich mich gefragt, wie ich ein eingebettetes Google-Dokument horizontal zentrieren soll.< /p>

Code: Select all

div#iframe-wrapper iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
right: 100px;
height: 100%;
width: 100%;
}

Code: Select all

Rules Page


https://docs.google.com/document/d/1G1xhqhSK2Ge8diyXELZ3cNvFJj-5wK-0_1VMjCfQR_I/pub?embedded=true

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post