Created
October 16, 2015 16:16
-
-
Save anonymous/7538ed9206abd45fea2b to your computer and use it in GitHub Desktop.
SHEMAR // source https://jsbin.com/maleqe
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link href='https://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'> | |
| <meta charset="utf-8"> | |
| <title>SHEMAR</title> | |
| <style id="jsbin-css"> | |
| #Name{ | |
| height: 30px; | |
| width: 250px; | |
| background: Black; | |
| border-radius: 20px; | |
| } | |
| #Nametwo{ | |
| color:white; | |
| font-family: 'Black Ops One', cursive; | |
| } | |
| #Bio{ | |
| height:130px; | |
| width:250px; | |
| background: black; | |
| Border-radius: 10px; | |
| } | |
| #Biotwo{ | |
| color: white; | |
| } | |
| #Games{ | |
| position: absolute; | |
| top:210px; | |
| right: 210px; | |
| width: 250px; | |
| height: 40px; | |
| border: 5px solid | |
| Green; | |
| Background: Black; | |
| Border-radius: 10px; | |
| } | |
| #Gamestwo{ | |
| color:white; | |
| } | |
| #Skyrim{ | |
| position: absolute; | |
| top:64px; | |
| right: 210px; | |
| width: 250px; | |
| height: 140px; | |
| } | |
| #Future{ | |
| position: absolute; | |
| top:210px; | |
| right: 900px; | |
| width: 250px; | |
| height: 40px; | |
| border: 5px solid | |
| Green; | |
| Background: Black; | |
| Border-radius: 10px; | |
| } | |
| #Futuretwo{ | |
| color: white; | |
| } | |
| #Civil{ | |
| position: absolute; | |
| top:64px; | |
| right: 900px; | |
| width: 250px; | |
| height: 140px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <center><div id="Name"> <p id="Nametwo">Shemar Anthony Gordon</p> </div></center> | |
| | |
| <center> <img id="Logo S" src="http://tinyurl.com/py6h49b" alt="Shemar's Logo" height="250" width="300"> </center> | |
| <center><div id="Bio"><p id="Biotwo"> His Bio goes here!</p> </div></center> | |
| <div id="Games"> <p id="Gamestwo"> Favorite Game (Skyrim)</p> | |
| </div> | |
| <img id="Skyrim" src="http://img05.deviantart.net/617b/i/2011/327/c/b/skyrim_logo_by_mmoto53-d4h3a52.png" alt="Skyrim Image"> | |
| <div id="Future"><center><p id="Futuretwo">Future Occupation</p></center></div> | |
| <img id="Civil" src="http://tinyurl.com/o6kzu6y" alt="Civil eng"> | |
| <script id="jsbin-source-css" type="text/css">#Name{ | |
| height: 30px; | |
| width: 250px; | |
| background: Black; | |
| border-radius: 20px; | |
| } | |
| #Nametwo{ | |
| color:white; | |
| font-family: 'Black Ops One', cursive; | |
| } | |
| #Bio{ | |
| height:130px; | |
| width:250px; | |
| background: black; | |
| Border-radius: 10px; | |
| } | |
| #Biotwo{ | |
| color: white; | |
| } | |
| #Games{ | |
| position: absolute; | |
| top:210px; | |
| right: 210px; | |
| width: 250px; | |
| height: 40px; | |
| border: 5px solid | |
| Green; | |
| Background: Black; | |
| Border-radius: 10px; | |
| } | |
| #Gamestwo{ | |
| color:white; | |
| } | |
| #Skyrim{ | |
| position: absolute; | |
| top:64px; | |
| right: 210px; | |
| width: 250px; | |
| height: 140px; | |
| } | |
| #Future{ | |
| position: absolute; | |
| top:210px; | |
| right: 900px; | |
| width: 250px; | |
| height: 40px; | |
| border: 5px solid | |
| Green; | |
| Background: Black; | |
| Border-radius: 10px; | |
| } | |
| #Futuretwo{ | |
| color: white; | |
| } | |
| #Civil{ | |
| position: absolute; | |
| top:64px; | |
| right: 900px; | |
| width: 250px; | |
| height: 140px; | |
| } | |
| </script> | |
| </body> | |
| </html> |
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
| #Name{ | |
| height: 30px; | |
| width: 250px; | |
| background: Black; | |
| border-radius: 20px; | |
| } | |
| #Nametwo{ | |
| color:white; | |
| font-family: 'Black Ops One', cursive; | |
| } | |
| #Bio{ | |
| height:130px; | |
| width:250px; | |
| background: black; | |
| Border-radius: 10px; | |
| } | |
| #Biotwo{ | |
| color: white; | |
| } | |
| #Games{ | |
| position: absolute; | |
| top:210px; | |
| right: 210px; | |
| width: 250px; | |
| height: 40px; | |
| border: 5px solid | |
| Green; | |
| Background: Black; | |
| Border-radius: 10px; | |
| } | |
| #Gamestwo{ | |
| color:white; | |
| } | |
| #Skyrim{ | |
| position: absolute; | |
| top:64px; | |
| right: 210px; | |
| width: 250px; | |
| height: 140px; | |
| } | |
| #Future{ | |
| position: absolute; | |
| top:210px; | |
| right: 900px; | |
| width: 250px; | |
| height: 40px; | |
| border: 5px solid | |
| Green; | |
| Background: Black; | |
| Border-radius: 10px; | |
| } | |
| #Futuretwo{ | |
| color: white; | |
| } | |
| #Civil{ | |
| position: absolute; | |
| top:64px; | |
| right: 900px; | |
| width: 250px; | |
| height: 140px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment