0
新功能「顯示」沒有響應,因爲我想。在小型設備上的文字在圖片,截圖:https://imgur.com/a/AewLY 代碼:排版「顯示」沒有響應
所有的<!-- IMAGE -->
<div class="d-none d-md-block">
<img src="<?php echo base_url('assets/images/bg-img.jpg'); ?>" class="img-fluid">
<div class="caption hidden-sm-down">
<center><h1 class="display-3">Zespół Szkół Elektrycznych</h1></center>
<center><h1 class="display-4">im. prof. Janusza Groszkowskiego</h1></center>
</div>
</div>
Bootstrap不會爲你做這件事,你仍然需要爲響應排版編寫媒體查詢。 https://v4-alpha.getbootstrap.com/content/typography/#responsive-typography 請注意,文檔中的示例是用sass編寫的。 –