#31 Edit html and css file

This commit is contained in:
2023-06-29 16:09:27 +07:00
parent 13d0e754af
commit ddc9a837e3
4 changed files with 31 additions and 25 deletions
+16 -10
View File
@@ -14,7 +14,7 @@
padding-bottom: 40px;
margin: auto;
color: var(--white);
font-family: var(--ff-worksans-regular);
font-family: var(--ff-primary-regular);
font-size: var(--fs-md);
}
@@ -39,7 +39,7 @@
color: var(--text-dark);
}
.welcome__container {
.welcome {
margin: auto;
width: 1180px;
display: flex;
@@ -60,7 +60,7 @@
}
.welcome__title {
font-family: var(--ff-worksans-700);
font-family: var(--ff-primary-bold);
letter-spacing: 5px;
text-transform: uppercase;
color: var(--white);
@@ -68,7 +68,7 @@
.welcome__heading {
font-size: var(--fs-lg);
font-family: var(--ff-crimsontext-700);
font-family: var(--ff-secondary-bold);
line-height: 125%;
color: var(--white);
}
@@ -77,13 +77,14 @@
text-transform: none;
font-size: var(--fs-sm);
letter-spacing: 0px;
font-family: var(--ff-worksans-regular);
font-family: var(--ff-primary-regular);
line-height: 125%;
color: var(--white);
margin-bottom: 25px;
}
.btn {
/* Display & Box Models */
border-radius: 5px;
display: flex;
align-items: center;
@@ -91,15 +92,20 @@
width: 170px;
height: 48px;
border: none;
/* Color */
color: var(--black);
background-color: var(--white);
/* Text */
font-family: var(--ff-primary-regular);
font-size: var(--fs-md);
text-decoration: none;
line-height: 125%;
/* Other */
cursor: pointer;
transition: 0.2s;
text-decoration: none;
font-size: var(--fs-md);
font-family: Work Sans;
line-height: 125%;
font-family: var(--ff-worksans-regular);
}
.btn:hover {