Üç Kollu Merdiven

Herkese selamlar, Bu videoda standart araçlarla yapmanın mümkün olmadığını sanılan, eskiz ile çizimi de oldukça kafa karıştırıcı olan ‘Üç Kollu Merdiven’i Revit’te oluşturduk. Umarım faydalı olmuştur. .button { display: flex; height: 50px; padding: 0; background: #DC3545; border: none; outline: none; border-radius: 5px; overflow: hidden; font-size: 16px; font-weight: 600; cursor: pointer; } .button:hover { background: #C82333; } .button:active { background: #DC3545; } .button__text, .button__icon { display: inline-flex; align-items: center; padding: 0 15px; color: #fff; height: 100%; } ....

June 13, 2020 · 1 min · BIMGEEK