Thread Starter
fedde2
(@fedde2)
Yes, I always thought the refresh button in the browser did the same thing.
Thanks again.
Thread Starter
fedde2
(@fedde2)
It seems that the code works… must be it takes a wile to display.
Thanks again for your help.
Thread Starter
fedde2
(@fedde2)
It sure does, although i find that the @media only works using the h1… Could you please tel me if the size of this text could be made smaler? I tried to insert:
@media (max-width:780px) {
h1 {
text-align:center;
font-size: 10px;
}
}
but that doesn’t work 🙂
Tanks for now….