#31 Edit html and css file

This commit is contained in:
2023-06-29 15:43:09 +07:00
parent 0e50b6203f
commit 13d0e754af
2 changed files with 7 additions and 6 deletions
@@ -3,7 +3,9 @@
--text-dark: #d6d6d6;
--white: #ffffff;
--black: #000000;
--font-size-20: 20px;
--fs-sm: 15px;
--fs-md: 20px;
--fs-lg: 40px;
--ff-crimsontext-regular: CrimsonText-Regular;
--ff-crimsontext-700: CrimsonText-700;
--ff-worksans-500: WorkSans-500;
+4 -5
View File
@@ -15,7 +15,7 @@
margin: auto;
color: var(--white);
font-family: var(--ff-worksans-regular);
font-size: var(--font-size-20);
font-size: var(--fs-md);
}
.logo {
@@ -60,7 +60,6 @@
}
.welcome__title {
font-size: 16px;
font-family: var(--ff-worksans-700);
letter-spacing: 5px;
text-transform: uppercase;
@@ -68,7 +67,7 @@
}
.welcome__heading {
font-size: 40px;
font-size: var(--fs-lg);
font-family: var(--ff-crimsontext-700);
line-height: 125%;
color: var(--white);
@@ -76,7 +75,7 @@
.welcome__description {
text-transform: none;
font-size: 15px;
font-size: var(--fs-sm);
letter-spacing: 0px;
font-family: var(--ff-worksans-regular);
line-height: 125%;
@@ -97,7 +96,7 @@
cursor: pointer;
transition: 0.2s;
text-decoration: none;
font-size: var(--font-size-20);
font-size: var(--fs-md);
font-family: Work Sans;
line-height: 125%;
font-family: var(--ff-worksans-regular);