練習

by kellytanakayukari

HTML

<!--開頭-->
<section>
  <div class="small">
      <a href="https://www.businessweekly.com.tw/">商周</a> /
      <a href="https://www.businessweekly.com.tw/channel/focus/0000000312">焦點</a> /
      <a href="https://www.businessweekly.com.tw/channel/news/0000000313">時事分析</a>
</div>
<h1 class="title">7/26大罷免投票日要上班,薪水怎麼算?</h1>
</section>
<section>
  <div>
<img src="https://ibw.bwnet.com.tw/ac_gallery/2024/01/ba5010c4-9989-fc26-7b05-c2f1cc3d334f_800.webp"/>
<p class="small" style="margin-top: 0; margin-bottom:40px;">具投票權的勞工,其權利受《勞動基準法》第37條保障,投票日當日依法應讓勞工放假一日、工資照給,如出勤應給加班費。</p>
</div>
<div class="small2">
<p>撰文者:商周編輯處整理</p>
<span class="small2 a">
<a href="https://www.businessweekly.com.tw/OpinionArticle?DocNo=0000000261">商周頭條</a>
</span>
<span>| 2025/07/24</span>
</div>
<div>
<p class="margin1">台灣在7月26日將迎來一場重要的政治事件——針對24位區域立委和1位市長進行罷免投票。這除了是全民參與政治的重要時刻,也將影響企業計算勞工的出勤與薪資。究竟726罷免投票日有放假嗎?如果要上班,怎麼算薪水、加班費?以下將為你完整說明。</p>
<h2 class="title">7/26投票日當天有放假嗎?</h2>
<p>根據《勞基法》第37條、第39條規定:「內政部所定應放假之紀念日、節日、勞動節及其他中央主管機關指定應放假日,均應休假,工資照給;勞工如同意於當日出勤,雇主應加倍發給工資。又國定假日如剛好遇到勞工的例假或休息日,應於其他工作日補假,補假期日由勞雇雙方協商排定。」</p>
<p>而中央選舉委員會已公布7月26日「公職人員選舉罷免投票日」、8月23日為「公民投票日」,這2日經勞動部公告,指定為勞動基準法第37條所定應放假日。因此,投票日當天應讓勞工放假一日、工資照給,若強制勞工放棄投票權可能觸法。</p>
</div>
</section>

CSS

body{
width:700px;
margin-left:20px;
background-color:#fff2f2;
}
.small {
  font-size: small;
  color: #4d4d4d;
}
.small a {
  font-size: small;
  color: #4d4d4d;
  text-decoration: none;
}
.small2 {
  font-size: small;
  color: #2b2b2b;
  line-height: 0.8;
  margin-bottom: 0;
}
.small2 a {
  font-size: small;
  color: #2b2b2b;
  text-decoration: none;
}
.title {
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  color: #000000;
  margin-bottom: 0;
}
.margin1{
margin-top: 40px;
font-weight: bold;
background-color: rgba(250, 235, 215, 0.668);
border-color: burlywood;
color:rgb(88, 65, 33);
border-style:solid;
padding:15px;
}