Cadastro de Produtos

Developer
Size
2,170 Kb
Views
14,168

How do I make an cadastro de produtos?

What is a cadastro de produtos? How do you make a cadastro de produtos? This script and codes were developed by Clayton on 04 November 2022, Friday.

Cadastro de Produtos Previews

Cadastro de Produtos - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Cadastro de Produtos</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!--formulário para captura dos dados -->
<header>
<h3>Cadastro de Produtos</h3>
<form action="inclusao.php" method="post" enctype="multipart/form-data"> </header> <div>Nome:</div> <br> <div><input style = "width:350px;" type="text" name="nome"></div>
<br> <div>Número da Categoria:</div> <br> <div><input style = "width:40px;" type="text" name="categoria"></div>
<br>
<div>Descrição:</div> <br>
<div><textarea class="textarea" name="descricao"></textarea></div><br>
<br>
<div>Preço:</div>
<br>
<div><input style = "width:140px;" type="text" name="preco"></div>
<br>
<div>Tamanho:</div>
<br>
<div><input style = "width:140px;" type="text" name="tamanho"></div>
<br>
<div>Cor:</div>
<br>
<div><input style = "width:140px;" type="text" name="cor:"></div>
<br>
<div>Foto:</div>
<br>
<div><input type="file" name="foto_filme" size="50"></div>
<br>
<div><input type="submit" value="Enviar"></div>
</form>
</body>
</html>

Cadastro de Produtos - Script Codes CSS Codes

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
padding: 20px 15%;
}
h3{text-align:center;margin-top:15px;}
.textarea {
width:25em;
height:15em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
form header {
margin: 0 0 20px 0;
}
form header div {
font-size: 90%;
color: #999;
}
form header h2 {
margin: 0 0 5px 0;
}
form > div {
clear: both;
overflow: hidden;
padding: 1px;
margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
margin: 0 0 5px 0;
}
form > div > label,
legend {
width: 25%;
float: left;
padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
width: 75%;
float: right;
}
form > div > fieldset label {
font-size: 90%;
}
fieldset {
border: 0;
padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
width: 100%;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
outline: 0;
border-color: #4697e4;
}
@media (max-width: 600px) {
form > div {
margin: 0 0 15px 0;
} form > div > label, legend {	width: 100%; float: none; margin: 0 0 5px 0; } form > div > div, form > div > fieldset > div { width: 100%; float: none; } input[type=text], input[type=email], input[type=url], input[type=password], textarea, select { width: 100%; }
}
@media (min-width: 1200px) {
form > div > label,
legend {
text-align: right;
}
}
Cadastro de Produtos - Script Codes
Cadastro de Produtos - Script Codes
Home Page Home
Developer Clayton
Username x-gyba
Uploaded November 04, 2022
Rating 3
Size 2,170 Kb
Views 14,168
Do you need developer help for Cadastro de Produtos?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Clayton (x-gyba) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!