Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Day 2 challenge; issues fixed #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1232,27 +1232,27 @@ input::-moz-focus-inner {
}

.skill-bars li .percent70 {
width: 10%;
width: 70%;
}

.skill-bars li .percent75 {
width: 15%;
width: 75%;
}

.skill-bars li .percent80 {
width: 20%;
width: 80%;
}

.skill-bars li .percent85 {
width: 8.5%;
width: 85%;
}

.skill-bars li .percent90 {
width: 9%;
width: 90%;
}

.skill-bars li .percent95 {
width: 5%;
width: 95%;
}

.skill-bars li .percent100 {
Expand Down Expand Up @@ -1791,7 +1791,7 @@ header .header-logo a {
/* */

.home-bottom-text {
text-align: right;
text-align: left;
}

/* */
Expand Down Expand Up @@ -2049,12 +2049,12 @@ header .header-logo a {

.about-profile p.lead {
color: #636363;
font-size: 3rem;
font-size: 2rem;
}

.about-profile p {
font-size: 1rem;
line-height: 1px;
font-size: 1.6rem;
/* line-height: 1px; */
}

/* */
Expand Down Expand Up @@ -2096,8 +2096,8 @@ header .header-logo a {
.about-services ul.services li p {
margin-bottom: 1.5rem;
color: #4f4f4f;
font-size: 10px;
line-height: 1rem;
font-size: 1.6rem;
line-height: 3rem;
}

/* */
Expand All @@ -2113,7 +2113,7 @@ header .header-logo a {
/* */

.about-services ul.services .icon-wrap i {
font-size: 10rem;
font-size: 5rem;
}

/* */
Expand Down Expand Up @@ -2789,15 +2789,15 @@ header .header-logo a {
}

#stats .stat .icon-part i {
font-size: 10rem;
font-size: 6rem;
}

/* */

#stats .stat h5 {
color: #FFFFFF;
margin-top: 1.5rem;
font-size: 0.4rem;
font-size: 1.4rem;
}

/* */
Expand All @@ -2806,7 +2806,7 @@ header .header-logo a {

#stats .stat h3 {
color: #7c3b08;
font-size: 8.8rem;
font-size: 5rem;
text-transform: uppercase;
letter-spacing: .2rem;
margin: 1.5rem 0 0 0;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ <h3>Howdy.</h3>
<div class="row">
<div class="col-twelve">
<div class="home-bottom-text">

<h3 class="animate-intro">Hello, World.</h3>
<h1 class="animate-intro">
<h1 class="animate-intro" style="font-size: 4.8rem;">
I am (Name Here). <br>
Graphic &amp; UI/UX Designer <br>
Based in Manila Philippines.
Expand Down Expand Up @@ -187,7 +187,7 @@ <h1 class="animate-this">What I Do.</h1>
<i class="icon-RegisteredTrademark"></i>
</div>
<div class="service-item">
<h4>Branding</h4>
<h4 >Branding</h4>
<p>Lorem ipsum Sit Ut eu Ut commodo velit ea et ex officia dolor laborum do in quis ut in
occaecat non Duis ut sint voluptate esse consequat aute incididunt in voluptate
incididunt.
Expand Down Expand Up @@ -623,7 +623,7 @@ <h4>Salad</h4>
<div class="icon-part">
<i class="icon-Briefcase"></i>
</div>
<h5 class="stat-title">
<h5 class="stat-title" >
Projects Completed
</h5>
<h3 class="stat-count">430</h3>
Expand Down