Khác biệt giữa các bản “Bản mẫu:Mặt trăng/styles.css”
Dòng 7: Dòng 7:
 
}
 
}
 
a.new:link {
 
a.new:link {
   color: #cda7fa !important;
+
   color: #e8d7fc !important;
 
}
 
}
 
a.new:visited {
 
a.new:visited {
   color: #cda7fa;
+
   color: #e8d7fc !important;
 
}
 
}
 
a.new:hover {
 
a.new:hover {
   color: #deb8fb;
+
   color: #f9e8fd !important;
 
}
 
}
 
a.new:active {
 
a.new:active {
   color: #cda7fa;
+
   color: #e8d7fc !important;
 
}
 
}

Phiên bản lúc 18:20, ngày 16 tháng 11 năm 2020

.đầu {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/5/57/NASA-Apollo8-Dec24-Earthrise-b.jpg/1024px-NASA-Apollo8-Dec24-Earthrise-b.jpg);
  background-size: cover;
  width: 100%;

  position: relative; 
}
a.new:link {
  color: #e8d7fc !important;
}
a.new:visited {
  color: #e8d7fc !important;
}
a.new:hover {
  color: #f9e8fd !important;
}
a.new:active {
  color: #e8d7fc !important;
}