Skip to content

Instantly share code, notes, and snippets.

View talilotarlison's full-sized avatar
📘
Learning Programming

Talilo Tarlison talilotarlison

📘
Learning Programming
View GitHub Profile
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:34
Tela de Cadastro
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Cadastrar </h1>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:33
Login Form with floating placeholder and light button
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="">
<label>Username</label>
</div>
<div class="user-box">
<input type="password" name="" required="">
<label>Password</label>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 06:24
Tela de Login
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Entrar </h1>
@talilotarlison
talilotarlison / index.html
Created September 20, 2022 06:22
Tela de Login
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class='container'>
<div class='card'>
<h1> Entrar </h1>
@talilotarlison
talilotarlison / aluraflix-v1-id3.markdown
Last active January 12, 2025 16:23
AluraFlix v1- ID3
@talilotarlison
talilotarlison / cv-completo.html
Created March 30, 2022 21:17 — forked from nunomazer/cv-completo.html
exemplo de html com css utilizando dados de um curriculo vitae
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Curriculo Vitae</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>