Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <body>
 <div class="flexContainer"> 
   
   <div class="leftColumn"> <!--start of the container for the left column-->
      <div class=leftRow> <!-- start of the container for the pic-->
        <img src="https://lh3.googleusercontent.com/FHudkDpNv_i_df_1iQFNjjtdrFRBByEr3PuB3e5rNDaleJtOYQ86YgcA4MVUkkcy7dIIEzqE5Et9FH1p5hF4l9axdjkF8AaUeSxffxEB0fAsfrKLDoKFXJ-8bX0lAsmnh56i02zjeg=w2400" alt="ddp" width=100% >
        <p id="name"> KUBA <br> KESSLER <br> </p>
        <hr class="HeaderHr" id="leftHr">
        <hr class="HeaderHr" id="rightHr">
        <div class="over" id="dotContainer">
           <span class="dot"></span> 
           <span class="dot" id="middleOne"></span> 
           <span class="dot"></span> 
        </div>
     </div> <!-- end of leftRow1 (container for the pic) -->
      <div class=leftRow> <!-- start of the triangle shape between the picture and bottom of left column -->
        <div id=Cone> </div>
        <p class="over" id="Profession"> W3C STUDENT </p>
        <div class="Triangle1" id=LeftTriangle> </div>
        <div class="Triangle2" id=LeftTriangle2> </div>
        <div class="Triangle1" id=RightTriangle> </div>
        <div class="Triangle2" id=RightTriangle2> </div>
      </div> <!-- end of leftRow2 (the triangle shape) -->
      <div class=leftRow id="LeftBottom"> <!--left column bottom - contact details & skills -->
         <br>
         <h2 class="left"> CONTACT </h2> <hr>
         <span class="left"> +48 999 888 777</span> <hr>
         <span class="left"> myemail@google.com </span> <hr>
         <span class="left"> City Street Apartment </span> <hr> <br>
         
        <h2 class="left"> SKILLS </h2>
            <div class="skills"> Microsoft Office <hr class="skillBar" id="microsoftOffice"> </div>
            <div class="skills"> Adobe Analytics <hr class="skillBar" id="adobeAnalytics"> </div>
            <div class="skills"> Google Analytics <hr class="skillBar" id="googleAnalytics"> </div>
            <div class="skills"> Google Ads <hr class="skillBar" id="googleAds"> </div>
            <div class="skills"> HTML, CSS, JavaScript <hr class="skillBar" id="htmlCssJavascript"> </div>
         
        <h2 class="left"> EXPERTISE </h2>
            <div class="skills"> Project Management <hr class="skillBar" id="projectManagement"> </div>
            <div class="skills"> Product Development <hr class="skillBar" id="productDevelopment"> </div>
            <div class="skills"> Problem Solving <hr class="skillBar" id="problemSolving"> </div>
            <div class="skills"> Media Management <hr class="skillBar" id="mediaManagement"> </div>
            <div class="skills"> Business Analysis <hr class="skillBar" id="businessAnalysis"> </div>
            <div class="skills"> Negotiation <hr class="skillBar" id="negotiation"> </div>
            <div class="skills"> Consumer Communication <hr class="skillBar" id="consumerCommunication"> </div>
         
        <br> <h2 class="left"> SOCIAL </h2> <hr>
         <span class="left"> linkedin.com/yourname </span> <hr>
         <span class="left"> facebook.com/yourname </span> <hr>
         <span class="left"> instagram.com/yourname </span> <hr> <br>
      </div>
   </div> <!-- end of the container for the left column-->
 
   <div class="rightColumn"> <!--start of the container for the right column-->
    
     <div class="rightRow" id="rightHeader"> <!-- Resume / About Me -->
        <h1> RESUME </h1> 
        <h2 class="right"> ABOUT ME </h2>
        <span class="rightText"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</span>
     </div> <!-- End of Resume / About Me -->
    
     <div class="rightRow">
       <h2 class="right"> WORK EXPERIENCE </h2>
     </div> <!-- work experience header -->
        <div class="containerHl"> <!-- work experience container -->
           <div class="years"> 
              <h3> 05.2018 - now </h3>
           </div> <!-- years container -->
           <div class="jobs">
              <h3> JOB POSITION / TITLE <h3>
              <h4> Company / Location </h4>
           </div> <!-- job description container -->         
        </div> <!-- work experience header (year & title) container -->
        <div class="containerText">
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="jobText"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div>
        </div> <!-- work experience description -->    
        <div class="containerHl"> <!-- work experience container -->
           <div class="years"> 
              <h3> 01.2017 </h3>
           </div> <!-- years container -->
           <div class="jobs">
              <h3> JOB POSITION / TITLE <h3>
              <h4> Company / Location </h4>
           </div> <!-- job description container -->         
        </div> <!-- work experience header (year & title) container -->
        <div class="containerText">
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="jobText"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div>
        </div> <!-- work experience description -->        
        <div class="containerHl"> <!-- work experience container -->
           <div class="years"> 
              <h3> 01.2014 </h3>
           </div> <!-- years container -->
           <div class="jobs">
              <h3> JOB POSITION / TITLE <h3>
              <h4> Company / Location </h4>
           </div> <!-- job description container -->         
        </div> <!-- work experience header (year & title) container -->
        <div class="containerText">
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="verticalLines"> </div>
             <div class="jobText"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </div> 
        </div> <!-- work experience description -->     
    
     <div class="rightRow">  
       <h2 class="right"> EDUCATION </h2>
       </div> <!-- education header -->
        <div class="containerHl"> <!-- education container -->
           <div class="years"> 
              <h3> 09.2009 </h3>
           </div> <!-- years container -->
           <div class="jobs">
              <h3> DEGREE / TITLE <h3>
              <h4> Institution / Location </h4>
           </div> <!-- education description container -->         
        </div> <!-- education header (year & title) container -->
        <div class="containerText">
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="jobText"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div>
        </div> <!-- education description -->    
        <div class="containerHl"> <!-- education container -->
           <div class="years"> 
              <h3> 09.2007 </h3>
           </div> <!-- years container -->
           <div class="jobs">
              <h3> DEGREE / TITLE <h3>
              <h4> Institution / Location </h4>
           </div> <!-- education description container -->         
        </div> <!-- education header (year & title) container -->
        <div class="containerText">
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="verticalLinesEdu"> </div>
             <div class="jobText"> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </div>
        </div> <!-- education description -->
     </div>  <!-- end of the container for the right column -->
 </div> <!-- end of the flex container -->

<!-- made as a copy of a design by 'ResumeInventor' on https://graphicriver.net/item/modern-resume/23466102 --> 
</body>
              
            
!

CSS

              
                * {box-sizing: border-box;}
body {margin: 0 15%;}
img {display:block;}
hr {border-top: 1px rgb(30,30,30) solid; 
  width:100%; 
  margin-top: 0.4vw; 
  margin-bottom: 0.4vw;}
.HeaderHr {
   position: absolute; z-index: 2;
   border: 1px solid white;
   width: 4vw;
   bottom: 0vw; 
   margin-left: auto; margin-right: auto;}
   #leftHr {left: 6.2vw;}
   #rightHr {left: 13.7vw;}
.over {
       color: white;
       position: absolute; z-index: 2;
       width: 100%; text-align: center;
       margin-left: auto; margin-right: auto;
       }
.dot {
   height: 0.5vw;
   width: 0.5vw;
   background-color: rgba(0,0,0,0);
   border-radius: 50%; border: 3px solid white;
   display: inline-block;}
   #middleOne {background-color:white;}
   #dotContainer {bottom: 0vw;}
   #Profession {
    top: -0.2vw;
    font-family:"Lato";
    letter-spacing: 0.05em;
    font-weight: 200;
  }

h1 {font-family:"Fjalla One"; 
  font-size:2.2em; 
  letter-spacing:0.2em; 
  font-weight:900;
  margin: 0;
  padding-bottom: 0.5vw;}
h2 {
  font-family:"Fjalla One"; 
  font-weight: 600; font-size: 1.6em;
  letter-spacing: 0.2vw;
  }
h3 {font-family:"Lato"; font-size: 1em; margin:0;}
h4 {font-family:"Lato"; font-size: 0.9em; margin:0; font-style: italic; font-weight:400;}
.left {
  display: inline-block; 
  width:100%; 
  text-align: center;}
.right {
  display: inline-block; 
  width:100%; 
  text-align: left;
  margin-bottom: 0.5vw;}

.flexContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  align-items: stretch;
  justify-content: center;
}
  .leftColumn {width: 35%;}
    .leftRow {
    position: relative;
    margin: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.06vw; font-size: 0.85vw; font-family:"Lato";
    }
    #name {
       color: white;
       font-family: "Permanent Marker"; font-size: 2vw; font-weight: 800;
       position: absolute; z-index: 2; top: 16vw;
       width: 100%; text-align: center;
       margin-left: auto; margin-right: auto;
       letter-spacing: 0.2em; line-height: 2.5vw;}
    #Cone {
      width: 24.1vw;
      height: 8vw;
      background: conic-gradient(rgb(56,23,6) 6%, rgb(0,0,0) 20%, white 0 80%, rgb(0,0,0) 0 81%, rgb(56,23,6) 92%);}
    .Triangle1 {
     position: absolute; z-index: 1;
     width: 0; height: 0;
     border-bottom: 4.25vw solid black;
     top: 10px;}   
        #LeftTriangle {left: 0; 
          border-right: 12.8vw solid transparent;}
        #RightTriangle {left: 11.45vw; 
          border-left: 12.8vw solid transparent;}   
    .Triangle2 {
      position: absolute; z-index: 2; 
      top: 15px;
      width: 0; height: 0;
      border-bottom: 4.01vw solid #C0D8DE;}    
        #LeftTriangle2 {left: 0; 
          border-right: 12vw solid transparent;}
        #RightTriangle2 {left: 12.25vw; 
          border-left: 12vw solid transparent;}
    #LeftBottom {
     top: -3.4vw;
     padding: 0 2.5vw 3.4vw 2.5vw; 
     margin: 0;
     background-color: #C0D8DE;}
        .skills {
           position: relative;  
           background-color: white;
           margin-bottom: 0.5vw;
           padding: 0.3vw;
           font-size: .7vw;
        }
        .skillBar {
          position: absolute; 
          border-top: 8px rgb(70,70,70) solid;
          top: 0.175vw;
          margin-left: 50%;
          max-width: 48%;
         }
            #microsoftOffice {width: 42%;} 
            #adobeAnalytics {width: 32%;} 
            #googleAnalytics {width: 20%;} 
            #googleAds {width: 10%;}
            #htmlCssJavascript {width: 15%;}
            #projectManagement {width: 40%;}
            #productDevelopment {width: 29%;}
            #problemSolving {width: 42%;}
            #mediaManagement {width: 30%;}
            #businessAnalysis {width: 36%;}
            #consumerCommunication {width: 39%;}
            #negotiation {width: 36%;}
.rightColumn {
   width: 65%;
   flex: none;
  }
   .rightRow {padding: 2vw 3vw; 
      position: relative; 
      z-index: 0;}
   .rightText {letter-spacing: 0.1em; 
     font-size: 1.1em; 
     font-family:"Lato";
     text-align: justify;
     text-justify: inter-word;}
   #rightHeader {background-color: rgb(213,213,215);}
     .containerHl {
     display: flex;
     padding: 0vw 2vw;
     align-items: center;
     margin-top: 0;
     margin-bottom: 0;
     }
       .years {
         border: 1px solid black;
         background: #C0D8DE;
         border-radius: 1vw;
         width: 18%;
         height: 2.5vw;
         text-align: center;
         margin: 0.1vw 5% 0.1vw 2%;
         padding: 0.55vw 0.2vw 0.2vw 0.2vw;
         }
       .jobs {
         width: 82%;
         padding: 0.3vw;
         }
     .containerText {
      display: flex;
      padding: 0vw 2vw;
      align-items: center;
      margin-bottom: 1vw;
      padding-left: 4.1vw;
      min-height: 0;
     }
       .verticalLines {
         border-left: 1px solid black;
         border-right: 1px solid black;
         min-height: 4.8vw;
         width: 1.2%;
         margin: 0 0.2vw;
         text-align: center;
         }
       .verticalLinesEdu {
         border-left: 1px solid black;
         border-right: 1px solid black;
         min-height: 3vw;
         width: 1.2%;
         margin: 0 0.2vw;
         text-align: center;
         }
       .jobText {
         width: 80%;
         padding: 0.3vw;
         margin-left: 3.3vw;
         font-family: "Lato";
         font-size: 1em;
         letter-spacing: 0.05em;
}
              
            
!

JS

              
                
              
            
!
999px

Console