Skip to content

Instantly share code, notes, and snippets.

View daviidy's full-sized avatar
🎯
Focusing

David daviidy

🎯
Focusing
View GitHub Profile
label {
font-family: FibraOne-SemiBold, Gotham Rounded A, Gotham Rounded B, Segoe UI,
Roboto, Oxygen, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
font-weight: bold;
}
span {
font-family: FibraOne-SemiBold, Gotham Rounded A, Gotham Rounded B, Segoe UI,
Roboto, Oxygen, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
}
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="mimo.css">
</head>
<body>
<div class="_65e52571">
<!DOCTYPE html>
<html>
<head>
<title>Ship To It - Company Packing List</title>
<link href="https://fonts.googleapis.com/css?family=Lato: 100,300,400,700|Luckiest+Guy|Oxygen:300,400" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
@daviidy
daviidy / style_table.css
Last active December 3, 2019 19:35
CSS tables course HMTL
/*! CSS Used from: https://ab55cbf0def34dffa569796feff878ea.cc-propeller.cloud/style.css */
body {
background: #eee;
margin: 0;
padding: 0;
}
.navigation {
box-sizing: border-box;
background-color: #3587a4;
overflow: auto;
<?php
namespace App\Http\Controllers\Auth;
use App\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\AuthenticatesUsers;
use Illuminate\Http\Request;
class LoginController extends Controller
{
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Fashion blog</title>
</head>
<body>
<img src="profile.jpg" alt="">
<h3>Par Isa Cooper | Il y a 2 jours</h3>
@daviidy
daviidy / saveur.html
Created March 30, 2018 12:26
grilles css en profondeur sur www.oschool.ci
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Saveur</title>
<link rel="stylesheet" type="text/css" href="reset.css" />
<link rel="stylesheet" type="text/css" href="style10.css" />
@daviidy
daviidy / grilles.html
Created March 30, 2018 10:19
intro grilles css sur www.oschool.ci
<!DOCTYPE html>
<html>
<head>
 <link rel='stylesheet' type='text/css' href='style9.css'></head>
 
<body>
 <div class="grid">
   <div class="box a">A</div>
   <div class="box b">B</div>
   <div class="box c">C</div>
@daviidy
daviidy / reset.css
Created March 29, 2018 13:25
polices css sur www.oschool.ci
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
@daviidy
daviidy / coffee.html
Created March 29, 2018 11:02
Projet coffee section 6 apprendre css sur www.oschool.ci
<!DOCTYPE html>
<html>
<head>
<title>The Best Coffee - By Region</title>
<link href="https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Raleway:100,500,600,800" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style7.css">
</head>