Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
142 changes: 142 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
@font-face {
font-family: 'HeavyHeapRg-Regular';
src: url('../fonts/HeavyHeapRg-Regular.woff') format('woff'),
url('../fonts/HeavyHeapRg-Regular.woff2') format('woff2');
}

body {
max-width: 375px;
text-align: center;
margin: 0px;
}

header {
background-color:#edbeb8 ;
}
.categorie-page {
padding: 5px;
font-size: 15px;
background-color: #2d3446;
color: #edbeb8 ;
font-family: sans-serif;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.numero {
margin: 0px;
text-align: center;
font-size: 40px;
color: #2d3446 ;
background-color: #d4777f;
}
header .alphabet {
margin: 0px;
text-align: center;
font-size: 40px;
color: #d4777f ;
background-color: #2d3446;
}
.caracteres-speciaux {
margin: 0px;
text-align: center;
font-size: 40px;
font-family: capitol, sans-serif;
color: #edbeb8 ;
background-color: #594c60;
}
h1 {
margin: 0px;
text-align: center;
font-size: 100px;
font-weight: lighter;
font-family: capitol, sans-serif;
color: #594c60 ;
}
header p {
font-family: capitol, sans-serif;
}

header img {
}
main {
color:#edbeb8 ;
padding: 20px;
background-color: #2d3446;
}
h2 {
font-size: 36px;
font-weight: lighter;
text-align: center;
font-family: sans-serif;
}
main p {
font-size: 27px;
font-weight: lighter;
font-family: sans-serif;
}
.presentation-font {
font-weight: lighter;
font-family: capitol, sans-serif;
font-size: 60px;
margin: 10px -20px -20px -20px;
padding: 20px;
color: #2d3446;
background-color:#edbeb8 ;
display: flex;
flex-direction: column;
}
.font-tester::placeholder {
color:#edbeb8 ;
background-color: #2d3446;
}

.light {
font-family: capitol, sans-serif;
font-weight: lighter;
}
.medium {
font-family: capitol, sans-serif;
font-weight:normal;
}
.DemiBold{
font-family: capitol, sans-serif;
font-weight: bold;
}
.bold {
font-family: capitol, sans-serif;
font-weight: bolder;
}
.info-licences {
margin: 20px -20px 0 -20px;
padding: 20px;
color: #2d3446;
background-color:#edbeb8
}
.info-licences h2 {
text-align: left;
}
h3 {
font-size: 27px;
font-weight: lighter;
font-family: sans-serif;
}
.info-licences p {
font-size: 20px;
font-weight: lighter;
font-family: sans-serif;
}
footer {
display: flex;
flex-direction: column;
margin: -35px 0 0 0;
padding: 20px;
color:#edbeb8 ;
background-color: #2d3446;
}
a {
color:#edbeb8 ;
font-family: sans-serif;
text-decoration: none;
font-size: 20px;
}
Binary file added fonts/HeavyHeapRg-Regular.woff
Binary file not shown.
Binary file added fonts/HeavyHeapRg-Regular.woff2
Binary file not shown.
1 change: 1 addition & 0 deletions img/bande de couleur.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 67 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,73 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://use.typekit.net/swa0voe.css">
<title></title>
<link rel="stylesheet" href="css/styles.css" />
</head>
<body></body>
<body>
<header>
<div class="categorie-page">
<div>
adobe Capitol
</div>
<div>
type de police
</div>
<div>info license</div>
</div>
<p class="numero"> 0 1 2 3 4 5 6 7 8 9</p>
<p class="alphabet">abcdefghijklmnopqrstuvwxyz</p>
<p class="caracteres-speciaux">*@"ç(/)§°£$!¨?^`</p>
<h1>capitol</h1>
<img src="img/bande de couleur.svg" alt="">
</header>
<main>
<h2> Adobe Capitole</h2>
<p>A condensed art-deco moderne font that evokes glamour and style.
son cérateur est Rian Hughes. Device font:
Typographie, conception et imagerie par l’illustrateur et typographe anglais Rian Hughes.
</p>
<div class="presentation-font">
<div>
abcdefghijklmnopqrst
</div>
<div>uvwxyz0123456789*@"</div>
<div>ç(/)§°£$!¨?^`</div>
</div>
<h2> Type de police</h2>
<p>Capitol Light Capitals</p>
<p class="light">A nice coffee for a happy day!</p>
<p>Capitol Medium Capitals</p>
<p class="medium">A nice coffee for a happy day!</p>
<p>Capitol DemiBold Capitals</p>
<p class="DemiBold">A nice coffee for a happy day!</p>
<p>Capitol Bold Capitals</p>
<p class="bold">A nice coffee for a happy day!</p>
<input type="text" class="font-tester"
placeholder="saisissez du texte ici">
<div class="info-licences">
<h2>
information sur la licences
</h2>
<h3>projet de conception</h3>
<p>Créer des images ou des illustrations vectorielles, y compris des logos</p>
<h3>Publication sur un site Web</h3>
<p>Créer un projet Web pour ajouter n’importe quelle police de notre </p>
<h3>Fichiers PDF</h3>
<p>Incorporer des polices dans des PDF pour l’affichage et l’impression</p>
<h3>Vidéo et diffusion</h3>
<p>Utiliser des polices pour créer du contenu vidéo interne ou commercial</p>
</div>
</main>
<img src="img/bande de couleur.svg" alt="">
<footer>
<h2> ajoutez un commentaire</h2>
<input type="text" class="font-tester"
placeholder="commentaire">
<h2>Contact</h2>
<a href="mailto:nichagillon@gmail.com">mail</a>
<a href="tel:41774101222">tel</a>
</footer>
</body>
</html>