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 / reset.css
Created January 27, 2024 00:53 — forked from DavidWells/reset.css
CSS reset. Follow me on the twitters for more tips: https://twitter.com/davidwells
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
@talilotarlison
talilotarlison / git.md
Created October 22, 2023 22:59 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@talilotarlison
talilotarlison / index.html
Created September 20, 2022 20:49
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:49
Página de links
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="../logo_thicode/png/Asset 15.png" />
</head>
<body>
@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
Created September 19, 2022 13:12
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>