Skip to content

Instantly share code, notes, and snippets.

View BlandineBurteaux's full-sized avatar

Blandine Burteaux BlandineBurteaux

View GitHub Profile
Application Ionic 4
API PHP
body {
display: flex;
flex-direction: column;
font-size: 3vh;
text-align: center;
}
.hide {
display: none;
}
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Calculatrice</title>
<style>
* {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
font-size: 16px;
}