bạn ơi mình vào trong đó rồi mở lên rồi nhưng chỉ sửa được weathericon và ngày thôi . còn date clock ko biết ở đâu mà chỉnh bạn giúp mình trỉnh được ko
<html><head>
<!---------------------------------------------------------------------------------------------------------------->
<!-- Style section Clock/Date-->
<style>
body {
margin: 0;
}
@font-face {
font-family: Default;
src: url(Default.ttf);
}
SPAN#clock
{
font: 45px "Default";
font-weight: bold;
color: black;
text-shadow: 0px 0px 4px black;
}
SPAN#date
{
font: 70px "Default";
font-weight: bold;
color: white;
text-shadow: 0px 0px 4px white;
}
SPAN#month
{
font: 22px "Default";
font-weight: bold;
color: black;
text-shadow: 0px 0px 4px black;
}
SPAN#weekday
{
font: 35px "Default";
font-weight: bold;
color: black;
text-shadow: 0px 0px 5px black;
text-transform: lowercase;
}
#WeatherContainer{
background-color: rgba(0,0,0,0);
}
#TextContainer{
font-size:18px;
font-family: Neutraface;
font-weight: bold;
color:black;
}
#city{
display: none;
}
#temp{
position: absolute;top: 290px; left: -232px; width: 320px; height: 480px; text-align: right; z-index: 15;
font: 70px "Default";
font-weight: 100;
color: white;
text-transform: uppercase;
text-shadow: 0px 0px 4px white;
}
#desc{
display: none;
}
#TextContainer p{
margin:0;
}
#weatherIcon{
position: absolute;top: 302px; left: 211px; z-index: -10;
width: 100px;
height: 100px;
}
#forecastTable{
color: #bd0202;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7), 0 0px 3px #000000;
font-size: 11px;
font-weight: 100;
text-align:center;
text-transform: uppercase;
letter-spacing: 30px;
}
</style>




Trả lời với trích dẫn


