- 3
How to solve code repo 3.2 on css
Resume project
20 Answers
+ 1
Hi Stanley Obichukwu please show your attempt so we can see where you went wrong.
+ 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.
0
How do I solve code repo 3.2 on css
0
Learn CSS and follow instructions
0
Ok
0
<!DOCTYPE html>
<html>
<head>
<title>Stan CV</title>
0
<div class="heading">Stanley Obichukwu</div>
<div class="prof">Web dev</div>
<div class="summary">How to be.</div>
</div>
0
<div class=" fa-map-signs"></div>
</div>
<div class="data">
Nigeria
</div>
0
<div class="fas fa-mobile be-alt"></div>
</div>
<div class="data">
08096643173
</div>
0
<div class="fas fa-envelope"></div>
</div>
<div class="data">
stanleyobichukwu45@gmail.com
</div>
0
<div class="skill_name">
Coding
</div>
0
<span style="width: 80%;"></span>
</div>
<div class="skill_per">80%</div>
0
<div class="skill_name">
Book keeping
</div>
<div class="skill_prog">
<span style="width: 70%;"></span>
</div>
<div class="skill_per">70%</div>
0
<div class="skill_name">
Forex trade
</div>
<div class="skill_prog">
<span style="width: 90%;"></span>
</div>
<div class="skill_per">90%</div>
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>
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>
0
This my attempt on the html page (partly) couldn't share all of it because..it wouldn't paste on this discussion page
0
heading{
font-size:50px;
}
0
This is the css page