diff options
| author | julie lala <jules@okfoc.us> | 2015-05-08 04:12:28 -0400 |
|---|---|---|
| committer | julie lala <jules@okfoc.us> | 2015-05-08 04:12:28 -0400 |
| commit | 03a9bad5398309cd97d8989fe8d0b631b6349636 (patch) | |
| tree | 5a6c06d45900aab09ef761c2a95964d63c3f004e /site/public | |
| parent | 94744f592b43824fdd4c04ec2a5ef9f4e3c2d652 (diff) | |
about page
Diffstat (limited to 'site/public')
| -rw-r--r-- | site/public/assets/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index d9da2c7..5cd0b15 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -820,6 +820,26 @@ nav .sub.active a { top:0; } +.brady { + display: block; + max-width: 1001px; +} +.brady a, .brady img { + width: 200px; height: 200px; + position: relative; + display: inline-block; +} +.brady a:hover:after { + content: 'SAY HELLO!'; + position: absolute; + top: 40%; + left: 0; + text-decoration: underline; + text-align: center; + font-size: 22px; + width: 100%; +} + .project { float: left; width: 25%; |
