A Pen by Shashwat Bhatt on CodePen.
Created
January 11, 2017 06:35
-
-
Save shashwatbhatt/5c4cb4e0e2caed6b7d61faa08193bc9f to your computer and use it in GitHub Desktop.
bgGyeg
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
| <style> | |
| body{ | |
| background: #eae8e7; | |
| color: #767270; | |
| padding: 1%; | |
| font-size: 14px; | |
| font-family: verdana; | |
| } | |
| .sidebar{ | |
| width:23%; | |
| display: inline-block; | |
| margin-left: 14%; | |
| background: #5da4d9; | |
| color: white; | |
| box-shadow : 0 2px 5px 0 rgba(0,0,0,0.16); | |
| } | |
| .sidebar img{ | |
| width:100%; | |
| } | |
| .name{ | |
| text-align: center; | |
| } | |
| .designation{ | |
| text-align: center; | |
| } | |
| .info{ | |
| padding: 20px 10px; | |
| border-bottom: 1px solid #4783c2; | |
| } | |
| .info p{ | |
| margin-left: 10px; | |
| display: inline-block; | |
| } | |
| .content{ | |
| width: 45%; | |
| margin-left: 2%; | |
| padding: 2% 2% 5% 10%; | |
| background: white; | |
| box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); | |
| display: inline-block; | |
| vertical-align: top; | |
| } | |
| .work{ | |
| padding: 2% 1%; | |
| border-bottom: 1px solid #bdbdbd; | |
| } | |
| .sub-heading{ | |
| font-weight: bold; | |
| } | |
| .duration{ | |
| color: #5da4d9; | |
| font-size:12px; | |
| } | |
| </style> | |
| <div class="main-container"> | |
| <div class="sidebar"> | |
| <img src="http://demo.deviserweb.com/cv/assets/images/profile-img.jpg" /> | |
| <h2 class="name">Al Rayhan</h2> | |
| <h3 class="designation">UI and UX Designer</h3> | |
| <div class="info"> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua . Ld do eiusmod tempor incididunt ut labore et dolore magna aliqua</p> | |
| </div> | |
| <div class="info"> | |
| <p>Phone</p> | |
| <p>9510860333</p> | |
| </div> | |
| <div class="info"> | |
| <p>Email</p> | |
| <p>vipul_goyal@gridle.io</p> | |
| </div> | |
| </div> | |
| <div class="content"> | |
| <h1 class="heading">Work Experience</h1> | |
| <div class="work"> | |
| <p class="sub-heading">UI/UX Designer @Academy</p> | |
| <p class="duration">JAN 2013 - DEC 2013</p> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
| </p> | |
| </div> | |
| <div class="work"> | |
| <p class="sub-heading">UI/UX Designer @Academy</p> | |
| <p class="duration">JAN 2013 - DEC 2013</p> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
| </p> | |
| </div> | |
| <div class="work"> | |
| <p class="sub-heading">UI/UX Designer @Academy</p> | |
| <p class="duration">JAN 2013 - DEC 2013</p> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | |
| </p> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment