Skip to content

Commit 44b63d6

Browse files
productive users statistics section done
1 parent 1b634ea commit 44b63d6

2 files changed

Lines changed: 46 additions & 3 deletions

File tree

index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,31 @@ <h2 class="section-title">See It in Action</h2>
4949

5050
<!-- production user -->
5151
<section>
52-
<h2>Joined Thousands of Productive Users</h2>
52+
<div class="production-statistics">
53+
<h2 class="section-title ">Joined Thousands of Productive Users</h2>
54+
<div class="statistics">
55+
<div class="data">
56+
<p class="num-data">50k</p>
57+
<p class="data-type">Active Users</p>
58+
</div>
59+
<div class="data">
60+
<p class="num-data">2M+</p>
61+
<p class="data-type">Focus Sessions</p>
62+
</div>
63+
<div class="data">
64+
<p class="num-data">95%</p>
65+
<p class="data-type">Satisfaction Rate</p>
66+
</div>
67+
68+
</div>
69+
</div>
5370
</section>
5471

5572
<!-- User Review (Challenges part) -->
5673

74+
<section>
75+
<h2>What our users say</h2>
76+
</section>
5777
<!-- Ready to focus (NO POINT FOR THIS PART) -->
5878

5979
<!-- Contact Section (10 mark) -->

styles/style.css

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ nav ul {
9999
}
100100
.action-detials p{
101101
font: 24px;
102-
color: #252432;
102+
color: #A7A8B2;
103103
}
104104
.action-detials *{
105105
margin-bottom: 23px;
@@ -109,10 +109,33 @@ nav ul {
109109
}
110110

111111
/* Productive User Section */
112+
.production-statistics{
113+
text-align: center;
114+
background-color: #E5E7FF;
115+
border-radius: 20px;
116+
margin-top: 116px;
117+
padding: 50px;
118+
}
112119

113120

114121

115-
122+
.statistics{
123+
display: flex;
124+
justify-content: space-evenly;
125+
margin-top: 40px;
126+
text-align: center;
127+
}
128+
.num-data{
129+
color: #4E47FF;
130+
font-family: "Inter", sans-serif;
131+
font-weight: bold;
132+
font-size: 80px;
133+
}
134+
.data-type{
135+
color: #72737F;
136+
font-size: 20px;
137+
font-family: "Inter", sans-serif;
138+
}
116139

117140
/* Contuct section */
118141

0 commit comments

Comments
 (0)