2015-10-19 13:08:22 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Simple Icons Open Graph Image</title>
|
2015-10-19 18:47:45 +03:00
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400&text=SIMPLE&20CON">
|
2015-10-19 13:08:22 +03:00
|
|
|
<style>
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 1.5rem 0;
|
|
|
|
}
|
|
|
|
.sharing {
|
2015-10-20 13:10:23 +03:00
|
|
|
background: #111;
|
2015-10-19 13:08:22 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
height: 70rem;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 140rem;
|
|
|
|
}
|
|
|
|
.bars {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 0;
|
|
|
|
width: 60rem;
|
|
|
|
}
|
|
|
|
.bars__item {
|
|
|
|
background: #000;
|
2015-10-20 13:10:23 +03:00
|
|
|
border: 0.375rem solid #111;
|
2015-10-19 13:08:22 +03:00
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
height: 1.5rem;
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
clear: both;
|
2015-10-20 13:10:23 +03:00
|
|
|
color: #FFF;
|
2015-10-19 13:08:22 +03:00
|
|
|
font-family: Lato, sans-serif;
|
|
|
|
-webkit-font-feature-settings: "dlig", "kern", "liga";
|
|
|
|
font-feature-settings: "dlig", "kern", "liga";
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
font-size: 6rem;
|
|
|
|
font-weight: 400;
|
|
|
|
letter-spacing: 0.3rem;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
margin: 6rem 0;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="sharing">
|
|
|
|
<ul class="bars">
|