Loading repository data…
Loading repository data…
FelipeBrenner / repository
Repositório criado para estudos das trilhas do curso Discover da Rocketseat
Repositório criado para estudos das trilhas do curso Discover da Rocketseat
<ol>, <ul>, <li>, <blockquote>, <cite>, <q>, <abbr>, <address>, <dl>, <dt>, <dd>, <code>, <pre>, <div>, <span>, <a>, <table>, <tr>, <th>, <td>, <caption>, <thead>, <tbody>, <colgroup>, <col>, <meta>, <link>
<form>, <fieldset>, <legend>, <label>, <button>, <datalist>, <option>, <input type="password">, <input type="email"/>, <input type="url"/>, <input type="file"/>, <input type="color"/>, <input type-"checkbox">, <input type="hidden">, <input type="radio">, <input type="search"/>, <input type="number"/>, <input type="range"/>, <input type="date">, <input type="datetime-local">, <input type="month">, <input type="time">, <input type="week"><textarea>, <select>, <optgroup>
<header>, <nav>, <main>, <article>, <aside>, <footer>, <section>, <div>, <span>
<video>, <audio>, <iframe>, <img>, <figure>, <figcaption>, <svg>
getElementById, getElementsByClassName, getElementsByTagName, querySelector, querySelectorAll, textContent, innerText, innerHTML, value, setAttribute, getAttribute, removeAttribute, parentElement, parentNode, childNodes, children, firstChild, firstElementChild, lastChild, lastElementChild, nextSibling, nextElementSibling, previousSibling, previousElementsSibling, classList, createElement, prepend, insertBefore, onkeydown, onkeyup, onkeypress, addEventListener, event
module.exports, require(), global, require('path'), __dirname, __filename, process.argv, npm, package.json, node_modules, process.stdout, process.stdin, process.on, setTimeout(), clearTimeout(), setInterval(), clearInterval(), require('events'), EventEmitter.on, EventEmitter.emit, inherits()
Trilhas concluídas sem pasta criada no repositório é devido a não ter sido necessário anotação nem prática nenhuma
Element selector, ID Selector, Class Selector, Attribute selector, Pseudo-class selector, Descendant combinator, Child combinator >, Adjacent sibling combinator +, General sibling combinator ~, :first-child, :nth-of-type(), :nth-child(), :hover, :focus, :disabled, :required, ::before, ::after, ::first-line
box-sizing: border-box, display: block, display: inline, margin, padding, border, outline
font-family, font-weight, font-style, font-size, font-variant, font-stretch, letter-spacing, word-spacing, line-height, text-transform, text-decoration, text-align, text-shadow, shorthand