Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML 要素の画面に相対位置の値を設定したいと思います。どうすればそうできますか?
たとえば属性width :50%ができることは知っていますが、配置についても同じことができますか?
ありがとう
はい、位置、マージン、またはパディングに使用できます。
#Container { width:50%; margin-left:25%; padding-left:10%; }