Nightmares
New Coder
So basically I have spent the last 48 hours designing and coding my layout since i am done learning front end (or most of it, anyways)... I have coded everything perfectly in visual code studio... got the visual that I liked and went to upload it to my sites cpanel. Mobile view reflects what I am seeing on visual code studio but desktop view is not reflecting anything like it...
My Site<-- for you to see yourself.
Here is the CSS code for the date/time and I don't think this would be a javascript issue? No matter what I input on cpanel, changes also do not reflect to browser..
(also attached pictures)
My Site<-- for you to see yourself.
Here is the CSS code for the date/time and I don't think this would be a javascript issue? No matter what I input on cpanel, changes also do not reflect to browser..
CSS:
/*Date & Time*/
.datetime{
position: relative;
margin-left: 100px;
margin-right: 100px;
color: white;
left: 150px;
top: 200px;
width: 200px;
}
.time{
position:absolute;
top: 20px;
font-size: 15px;
}
.date{
position: absolute;
top: 40px;
font-size: 13px;
}
(also attached pictures)
