diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-12 20:46:44 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-12 20:46:44 -0400 |
| commit | edb135e0d2a441e072571601d17c858319c7b6fa (patch) | |
| tree | 036d6c260d745b5671545136aef45d426c365815 /public/assets/ok.css | |
| parent | fbacf50ceca813f1682ab458fa4c275fb8630991 (diff) | |
stars dude
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index bae9334..c558a8c 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -145,11 +145,25 @@ h3 { } .intro.cover .right { - background: url(img/ibm.jpg)no-repeat center; - background-size: cover; + padding:0; width: 75%; + height:100%; +} +.intro.cover .right iframe { + width: 35%; + height: 40%; + position: absolute; + margin-top: 9%; + margin-left: 33%; } +.intro.cover .right span { + background: url(img/dude.png)no-repeat center; + background-size: cover; + width:100%; + height:100%; + position: relative; +} .menu { position: fixed; height: calc(100vh - 24px); |
