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

Modified new changes made in index.html file and style.css file #122

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
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ h1, h2, h3, h4, h5, h6 {
position: relative;
z-index: 2;
min-width: 300px;
text-align: center;
top: 400px;
}

#hero h1 {
Expand Down Expand Up @@ -270,7 +272,8 @@ h1, h2, h3, h4, h5, h6 {
--------------------------------------------------------------*/
section {
/* Ugly Padding */
padding: 0 0;

padding: 50px;
overflow: hidden;
}

Expand All @@ -280,10 +283,12 @@ section {

.section-title {
/* Give Me Padding */
padding: 25px;
}

.section-title p{
/* Do something with me too */

margin-bottom: 0;
}

Expand Down Expand Up @@ -345,21 +350,27 @@ section {
# Facts
--------------------------------------------------------------*/
.facts {
padding-bottom: 30px;
margin-left: 0 ;
}

.facts .count-box {
/* Ugly Padding */
padding: 0;
width: 100%;
margin-left: 50px;
padding: 50px;
width: 150%;
padding-left: 10px;
padding-right: 25px;
}

.facts .count-box i {
display: block;
/* Ugly Font Size */
font-size: 500px;
font-size: 80px;
color: #149ddd;
float: left;
margin-left: -15%;
/*padding-left: 75px; */

}

.facts .count-box span {
Expand All @@ -373,7 +384,7 @@ section {

.facts .count-box p {
padding: 15px 0 0 0;
margin: 0 0 0 60px;
margin: 0 0 10px 60px;
font-family: "Raleway", sans-serif;
font-size: 14px;
color: #122f57;
Expand Down Expand Up @@ -1082,4 +1093,4 @@ section {
width: auto;
padding-right: 20px 15px;
}
}
}
Loading