Skip to content

Instantly share code, notes, and snippets.

@chamatt
Last active November 28, 2018 16:49
Show Gist options
  • Select an option

  • Save chamatt/e8412939b16fc96367702ac2c0920031 to your computer and use it in GitHub Desktop.

Select an option

Save chamatt/e8412939b16fc96367702ac2c0920031 to your computer and use it in GitHub Desktop.
Fomulario
<h1 class="text-center mt-4 blog-title-header">Adicionar Post</h1>
<hr class="blog-title-separator" />
<div class="add-post-container">
<form id="add-post-form">
<input class="form-control add-post-title" type="text" name="title" placeholder="Titulo" />
<textarea class="form-control add-post-body" name="body" placeholder="Corpo" >
</textarea>
<input class="form-control add-post-title" type="text" name="image" placeholder="URL da Imagem"/>
<div class="text-center">
<button type="submit" class="btn btn-primary add-post-button text-center">
Criar
</button>
</div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment