A Pen by Shubhang-Sharma on CodePen.
Created
February 16, 2019 03:39
-
-
Save Shubhang/3737c877a0b531dc57046b8d5b808555 to your computer and use it in GitHub Desktop.
GzwRev
This file contains 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
<div> | |
<h1>Shubhang Sharma</h1> | |
<p>Hello there. I'm Shubhang Sharma, I am graduating high school this year. I love Computer Science and Mathematics. </p> | |
<h2>Skills</h2> | |
<ul> | |
<li>HTML</li> | |
<li>CSS</li> | |
<li>JavaScript</li> | |
<li>SQL</li> | |
<li>Python</li> | |
<li>Java</li> | |
</ul> | |
<h2>Contact Info</h2> | |
<p> <a href="https://github.com/Shubhang-Sharma">Github</a></p> | |
<p align=center> <i> Life is not a spectator sport. </i> </p> | |
</div> |
This file contains 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
div { | |
background-color: azure; | |
border: 1px solid aquamarine; | |
padding: 30px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment