Created
May 11, 2017 10:00
-
-
Save anonymous/d27dd793bb895203a34537a1e611b596 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.nav { display: flex; font-family: Helvetica; } | |
h2 { | |
color: white; width: 130px; box-sizing: border-box; | |
position: absolute; margin: 0; font-size: 22px; | |
} | |
a { | |
position: relative; width: 240px; height: 240px; | |
text-decoration: none; background-size: 240px !important; | |
} | |
.current { | |
background-image: url('https://www.aut.ac.nz/__data/assets/image/0008/616598/current-students-tile.jpg'); | |
} | |
.current h2 { right: 0; padding: 20px 20px 0 0; } | |
.future { | |
background-image: url('https://www.aut.ac.nz/__data/assets/image/0019/616600/future-students.jpg'); | |
} | |
.future h2 { padding: 20px 0 0 20px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="nav"> | |
<a class="current" href="#t693759"> | |
<h2>CURRENT STUDENT</h2> | |
</a> | |
<a class="future" href="#t693763"> | |
<h2>FUTURE STUDENT</h2> | |
</a> | |
</section> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment