PROBLEMA COM CSS

YourResume

New Member
Messages
1
Reaction score
0
Points
1
Boa noite!

Estou tendo problema com o meu CSS no site, desde quando hospedei meu site no x10hosting;

-Tenho tido muita demora na atualização do CSS;

-Outro problema é a linkagem do CSS com HTML, no momento meu CSS simplesmente não funciona, porém o link está certinho.

Tem mais de uma semana que estou sem conseguir atualizar meu site por conta do CSS, mandarei a minha linha de código para ver se alguém me ajuda!


Segue o link do site: yourresume.x10.mx
 

Attachments

  • CÓDIGO-SUPORTE.png
    CÓDIGO-SUPORTE.png
    2.9 KB · Views: 2
  • SUPORTE.png
    SUPORTE.png
    15.5 KB · Views: 2

ctyrd

Active Member
Messages
958
Reaction score
81
Points
28
Goodnight!
I'm having problem with my CSS on the site, since when I hosted my site on x10hosting;
-I have had a lot of delay in updating the CSS;
-Another problem is the linking of CSS with HTML, at the moment my CSS simply does not work, but the link is correct.
It's been more than a week since I've been able to update my site because of the CSS, I'll send my line of code to see
if anyone can help me!
@YourResume Por favor, traduza seu pedido para o inglês!
@YourResume Please translate your request to English!


The file index.html is missing the head link to bootstrap.min.css and other links. Some of the other documents I found head links are broken or missing also.

Code:
<!doctype html>
<html lang="pt-br">
  <head>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Pagina Inicial</title>
    <link rel="stylesheet" href="assets\css\style.css">
 
 

    </head>
 
---------------------
<!doctype html>

<html lang="pt-br">

  <head>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Login</title>
    <link rel="stylesheet" href="assets\bootstrap\css\bootstrap.min.css">
    <link rel="stylesheet" href="assets\css\login.css">
    <link rel="stylesheet" href="assets\bootstrap\js\bootstrap.min.js">

  </head>
 
 -----------------------------
 <html>
    <head>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Perguntas Frequentes</title>
    <link rel="stylesheet" href="assets\css\PerguntaFrequentes.css">
    <link rel="stylesheet" href="assets\bootstrap\js\bootstrap.min.js">
 
    </head>
 
Last edited:

spacresx

Community Advocate
Community Support
Messages
2,202
Reaction score
195
Points
63
Boa noite!

Estou tendo problema com o meu CSS no site, desde quando hospedei meu site no x10hosting;

-Tenho tido muita demora na atualização do CSS;

-Outro problema é a linkagem do CSS com HTML, no momento meu CSS simplesmente não funciona, porém o link está certinho.

Tem mais de uma semana que estou sem conseguir atualizar meu site por conta do CSS, mandarei a minha linha de código para ver se alguém me ajuda!


Segue o link do site: yourresume.x10.mx
support is in english
 
Top