Website showing 2 different versions of my HTML markup

I’ve been editing my website recently, and for some reason changes haven’t been taking place on the domain root. If I visit it with www. before though, the changes have taken place there. How do I fix this?

Edit: Noticed that all the HTML changes with it, it’s just the new CSS changes that didn’t apply to the root domain.

If you need to know what my CSS code is, it’s this:

body {
font-family: 'Ubuntu', sans-serif;
color: black;
text-align: left;
}
h1 {
font-size: 32px;
text-align: center;
font-family: 'Nosifer', cursive;
}
pre {
font-family: 'Ubuntu', sans-serif;
font-style: italic;
}
b {
font-size: 20px;
}
iframe {
float: left;
border: 0px;
}
h2 {
font-size: 20px;
}
input {
font-family: 'Ubuntu', sans-serif;
width: 100%;
height: 24px;
box-shadow: 0px 2px 12px #888888;
margin-top: 5px;
border-radius: 10px;
border-radius: 10px;
border-radius: 10px;
border-width: 1px;
}
a {
font-family: 'Ubuntu', sans-serif;
font-size: 20px;
font-style: italic;
color: #21201f;
word-spacing: 1px;
display: inline;
text-align: center;
width: 25%;
padding-right: 12px;
text-decoration: none;
}

You may need to clear your browser cache. :slight_smile: If you use CloudFlare, make sure to clear that cache too. :wink:

1 Like

It works now! :slight_smile: Thank you!

1 Like