Mudanças entre as edições de "Oqhn ultima versao"
De Softwiki
Linha 1: | Linha 1: | ||
− | |||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html lang="en"> | <html lang="en"> | ||
Linha 7: | Linha 6: | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | <link rel="preconnect" href="https://fonts.googleapis.com"> | ||
− | |||
− | |||
<title>Portifolio</title> | <title>Portifolio</title> | ||
Linha 22: | Linha 19: | ||
} | } | ||
#hearder { | #hearder { | ||
− | font-family: | + | font-family: Arial, Helvetica, sans-serif |
font-style: normal; | font-style: normal; | ||
font-weight: 600; | font-weight: 600; | ||
Linha 43: | Linha 40: | ||
display: inline-block; | display: inline-block; | ||
margin-left: 20px; | margin-left: 20px; | ||
− | font-family: | + | font-family: Arial, Helvetica, sans-serif |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Linha 55: | Linha 52: | ||
background: #adc1dd; | background: #adc1dd; | ||
border-radius: 50px; | border-radius: 50px; | ||
− | font-family: | + | font-family: Arial, Helvetica, sans-serif |
font-style: normal; | font-style: normal; | ||
font-weight: normal; | font-weight: normal; | ||
Linha 74: | Linha 71: | ||
#headerCta h1 { | #headerCta h1 { | ||
− | font-family: | + | font-family: Arial, Helvetica, sans-serif |
font-style: normal; | font-style: normal; | ||
font-weight: bold; | font-weight: bold; |
Edição das 22h23min de 2 de agosto de 2022
<!DOCTYPE html> <html lang="en"> <head>
<meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preconnect" href="https://fonts.googleapis.com">
<title>Portifolio</title> <style> body{ margin-left: 15%; margin-right: 15%; } .container{ display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; } #hearder { font-family: Arial, Helvetica, sans-serif font-style: normal; font-weight: 600; font-size: 28px; line-height: 42px; text-decoration-line: underline;
color: #070F18" margin-top>40px; margin-bottom 40px;
} #menu ul { List-syle-type: none; margin: 0; padding: 0; } #menu li{ display: inline-block; margin-left: 20px; font-family: Arial, Helvetica, sans-serif font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px;
text-align: center; color: black; } #buttonCTA{ background: #adc1dd; border-radius: 50px; font-family: Arial, Helvetica, sans-serif font-style: normal; font-weight: normal; font-size: 16px; line-height: 50px;
text-align: center; color: aliceblue; padding: 10px 25px 10px 25px; } #headerCta { font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 32px; color:rgb(185, 24, 24) }
#headerCta h1 { font-family: Arial, Helvetica, sans-serif font-style: normal; font-weight: bold; font-size: 455px; color:rgb(226, 43, 180) }
#headerImg{ margin-left:42px; }
#headerImg img{ width: 100%; } </style
</head> <body>
O que Há de Novo
Olá,
Eu sou a Central de Ajuda
Aqui você ficará por dentro de todas
novidades relacionada aos Sistema da SoftCenter
<a id = "buttonCTA" href="">Meus Serviços</a>
<img src="img/logo.png">
</body>
</html>