mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
#31 Edit html and css file
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user