How to solve code repo 3.2 on css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

How to solve code repo 3.2 on css

Resume project

5th Sep 2022, 4:19 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
20 Answers
+ 1
Hi Stanley Obichukwu please show your attempt so we can see where you went wrong.
5th Sep 2022, 5:19 PM
Chris Coder
Chris Coder - avatar
+ 1
We have the code playground for this purpose. Next time Create a codebit and save your code there. And share the link here. Or use the (+) to share the code. For example.
6th Sep 2022, 8:24 PM
Chris Coder
Chris Coder - avatar
0
How do I solve code repo 3.2 on css
5th Sep 2022, 4:20 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
Learn CSS and follow instructions
5th Sep 2022, 4:21 PM
A͢J
A͢J - avatar
0
Ok
6th Sep 2022, 3:10 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<!DOCTYPE html> <html>     <head>         <title>Stan CV</title>
6th Sep 2022, 5:01 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class="heading">Stanley Obichukwu</div>             <div class="prof">Web dev</div>             <div class="summary">How to be.</div>         </div>
6th Sep 2022, 5:01 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class=" fa-map-signs"></div>             </div>             <div class="data">                 Nigeria             </div>
6th Sep 2022, 5:02 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class="fas fa-mobile be-alt"></div>             </div>             <div class="data">                  08096643173             </div>
6th Sep 2022, 5:08 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class="fas fa-envelope"></div>             </div>             <div class="data">                 stanleyobichukwu45@gmail.com             </div>
6th Sep 2022, 5:09 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
  <div class="skill_name">                         Coding                     </div>
6th Sep 2022, 5:10 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<span style="width: 80%;"></span>                     </div>                     <div class="skill_per">80%</div>
6th Sep 2022, 5:11 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class="skill_name">                         Book keeping                     </div>                     <div class="skill_prog">                         <span style="width: 70%;"></span>                     </div>                     <div class="skill_per">70%</div>
6th Sep 2022, 5:12 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class="skill_name">                         Forex trade                     </div>                     <div class="skill_prog">                         <span style="width: 90%;"></span>                     </div>                     <div class="skill_per">90%</div>
6th Sep 2022, 5:13 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
                    <div class="date">1st of march 2017</div>                     <div class="jobinfo">                         <div class="jobtitle">Bank teller</div>                     <div class ="jobdesc">Deposit and withdrawal</div>
6th Sep 2022, 5:14 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
<div class="date">23rd of january 2021</div>                     <div class="jobinfo">                         <div class="jobtitle">Pos merchant</div>                     <div class ="jobdesc">Deposit and withdrawal</div>
6th Sep 2022, 5:16 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
This my attempt on the html page (partly) couldn't share all of it because..it wouldn't paste on this discussion page
6th Sep 2022, 5:21 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
heading{ font-size:50px; }
6th Sep 2022, 5:22 PM
Stanley Obichukwu
Stanley Obichukwu - avatar
0
This is the css page
6th Sep 2022, 5:22 PM
Stanley Obichukwu
Stanley Obichukwu - avatar