Permalink
Browse files
Background colour, linkback, title change
Yes, should all be different commits. No, I don't care.
- Loading branch information...
Showing
with
3 additions
and
2 deletions.
-
+3
−2
index.html → radius.html
|
|
@@ -2,7 +2,7 @@ |
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
- <title>Super Tiny Social Icons</title>
|
|
|
+ <title>Super Tiny Social Icons - Radius Tool</title>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/picnicss/6.3.2/picnic.min.css">
|
|
|
<style>
|
|
|
@@ -12,6 +12,7 @@ |
|
|
margin: 50px auto;
|
|
|
padding: 20px;
|
|
|
font-family: sans-serif;
|
|
|
+ background: #f0f8ff;
|
|
|
}
|
|
|
@media all and (max-width: 600px) {
|
|
|
body {
|
|
|
@@ -31,7 +32,7 @@ |
|
|
</head>
|
|
|
<body>
|
|
|
<h1>Super Tiny Social Icons</h1>
|
|
|
-
|
|
|
+ <a href="https://github.com/edent/SuperTinySocialIcons">Download the SuperTinySocialIcons on GitHub</a>
|
|
|
<section class="flex two four-800">
|
|
|
<h2>Radius %</h2>
|
|
|
<label>
|
|
|
|
0 comments on commit
6407b19