This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
playground:playground [2017/01/19 17:40] michael |
playground:playground [2018/06/01 20:12] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== PlayGround ====== | ||
| + | ===== Vision Set-Up Manager ===== | ||
| + | <html> | ||
| + | <head> | ||
| + | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| + | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
| + | <style> | ||
| + | .fa { | ||
| + | padding: 10px; | ||
| + | font-size: 20px; | ||
| + | width: 20px; | ||
| + | text-align: center; | ||
| + | text-decoration: none; | ||
| + | margin: 5px 2px; | ||
| + | border-radius: 50%; | ||
| + | } | ||
| + | .fa:hover { | ||
| + | opacity: 0.7; | ||
| + | } | ||
| + | .fa-facebook { | ||
| + | background: #3B5998; | ||
| + | color: white; | ||
| + | } | ||