Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 26 additions & 4 deletions grid de preços/estilo.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
#h1 {
padding: 0;
margin: 0;
color: rgb(181, 93, 189);
color: whitesmoke;
font-size: 60px;
}
body {
font-family: "Poppins", sans-serif;
background-image: linear-gradient(160deg, rgb(29, 246, 253),rgb(110, 245, 106));
background-image: linear-gradient(MediumOrchid , Plum);
}
.row {
display:block;
align-items:flex-start;
justify-content: center;

}

h1{
color: whitesmoke;
font-size: 30px;
}
h2 {
color: whitesmoke;
font-size: 20px;
}
h3 {
color: whitesmoke;
}

.card {
border-radius: 10px;
box-shadow: 7px 7px 13px 0 rgba(98, 0, 255, 0.534);
Expand All @@ -28,6 +41,15 @@ body {
cursor: pointer;
}
.button {
background-color: aliceblue;
background-color: wwhitesmoke;
border-radius: 30px;
font-size: 20px;
}
a {
text-decoration: none;
color: blue
}

li {
color: whitesmoke;
}

34 changes: 19 additions & 15 deletions grid de preços/preco1.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
<!DOCTYPE html>
<html>
<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 href="estilo.css"rel ="stylesheet">
<title>grid de preços</title>
<link href="bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet" media="screen">
</head>
<body>
<center>
<br>

<div id="h1">Escolha sua hospedagem</div>
<br>
<div id="h1">Escolha seu curso</div>
<br>
<br>

</center>

<div class="row">
<div class="card">
<h1>Hospedagem Single</h1>
<h3>Ideal para iniciantes</h3>
<div class = "price"><h3>R$ 10,89/</h3><span>mês</span></div>
<ul>
<li>Ganha 1 ano de domínio grátis</li>
<div class = "price"><h3>R$ 10,89/mês</h3></div>
<li>Ganha 1 ano de domínio grátis</li>
<li>50 GB de Armazenamento SSD</li>
<li>WordPress Gerenciado</li>
<li>2 Bancos de Dados</li>
<li>~10 000 Visitas Mensais</li>
<li>~10 000 Visitas Mensais</li>
<li>50 websites</li>
</ul>


<br>
<button class="button"><a href="#">Obter esse plano</a></button>
</div>
</div>
Expand All @@ -35,8 +39,8 @@ <h3>Ideal para iniciantes</h3>
<div class="card">
<h1>Hospedagem Turbo</h1>
<h3>Perfeito para projetos em crescimento</h3>
<div class = "price"><h3>R$ 20,60/</h3><span>mês</span></div>
<ul>
<div class = "price"><h3>R$ 20,60/mês</h3></div>

<li>Ganha 1 ano de domínio grátis</li>
<li>200 GB de Armazenamento SSD</li>
<li>WordPress Gerenciado</li>
Expand All @@ -45,7 +49,7 @@ <h3>Perfeito para projetos em crescimento</h3>
<li>Ferramenta de Teste do WordPress </li>
<li>100 websites</li>
<li>Acesso GIT </li>
</ul>
<br>
<button class="button"><a href="#">Obter esse plano</a></button>
</div>
</div>
Expand All @@ -54,8 +58,8 @@ <h3>Perfeito para projetos em crescimento</h3>
<div class="card">
<h1>Hospedagem Premium</h1>
<h3>Perfeito para projetos em crescimento</h3>
<div class = "price"><h3>R$ 20,60/</h3><span>mês</span></div>
<ul>
<div class = "price"><h3>R$ 20,60/mês</h3></div>

<li>Ganha 1 ano de domínio grátis</li>
<li>600 GB de Armazenamento SSD</li>
<li>WordPress Gerenciado</li>
Expand All @@ -67,7 +71,7 @@ <h3>Perfeito para projetos em crescimento</h3>
<li>Acesso GIT </li>
<li>Cloudflare CDN(valor de R$20,15) </li>
<li>Backups Diários(valor de R$65,00)</li>
</ul>
<br>
<button class="button"><a href="#">Obter esse plano</a></button>
</div>
</div>
Expand Down