Skip to content

Commit c9a3bb5

Browse files
fix - correções no conteudo html, css e js
1 parent 6b771f4 commit c9a3bb5

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

Tela-login/css/style.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,23 @@ body {
99
background-color: #f2f2f2;
1010
}
1111

12+
.title {
13+
text-transform: uppercase;
14+
text-shadow: 2px 2px 2px #0002;
15+
}
16+
17+
.title a {
18+
color: #d07335;
19+
}
20+
1221
.content-center {
1322
width: 100%;
1423
max-width: 300px;
1524
margin: auto;
1625
padding: 25px;
1726
background-color: #fff;
1827
border-radius: 15px;
19-
box-shadow: 5px 5px 5px #000a;
28+
box-shadow: 6px 6px 6px #0004;
2029
}
2130

2231
.content-center .text-center {
@@ -86,4 +95,4 @@ footer {
8695
font-size: 0.8em;
8796
text-align: center;
8897
margin: 20px auto;
89-
}
98+
}

Tela-login/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
</head>
1515
<body>
1616
<header>
17-
<h1><a href="https://www.hcode.com.br" target="_blank" rel="no-follow" title="Hcode Treinamentos">Hcode</a></h1>
18-
<nav></nav>
17+
<h1 class="title"><a href="https://www.hcode.com.br" target="_blank" rel="no-follow" title="Hcode Treinamentos">Hcode</a></h1>
1918
</header>
2019

2120
<section class="content-center">
@@ -40,4 +39,4 @@ <h1><a href="https://www.hcode.com.br" target="_blank" rel="no-follow" title="Hc
4039
</footer>
4140
<script src="./js/script.js" type="text/javascript"></script>
4241
</body>
43-
</html>
42+
</html>

Tela-login/js/script.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,4 @@ document.querySelector('#form-login').addEventListener('submit', e => {
1818
alert('Dados informados com sucesso !')
1919
console.info('Dados informados com sucesso !')
2020
}
21-
22-
// let stringJSON = JSON.stringify(json)
23-
// let jsonParse = JSON.parse(stringJSON)
2421
})

0 commit comments

Comments
 (0)