Movendo todos os estilos de CSS para global/css/style.css
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{{ title }}Site do Luiz</title>
|
||||
<link rel="stylesheet" href="{% static 'home/css/blue.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'global/css/red.css' %}">
|
||||
<link rel="stylesheet" href="{% static 'global/css/style.css' %}">
|
||||
</head>
|
||||
<body>
|
||||
5
aula207_ola_django/base/static/global/css/style.css
Normal file
5
aula207_ola_django/base/static/global/css/style.css
Normal file
@@ -0,0 +1,5 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user