Skip to content

Commit 1047b3a

Browse files
committed
Fixed Header
1 parent ea658a0 commit 1047b3a

2 files changed

Lines changed: 9 additions & 42 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<section class="head-container">
1717
<p class="course">
18-
Typography & Interaction I
18+
TYPOGRAPHY & INTERACTION I
1919
</p>
2020
</section>
2121

style.css

Lines changed: 8 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
margin: 1in;
3636
}
3737

38-
3938
:root{
4039
--color-bl:#222222;
4140
--color-wh:#f7f7f7;
@@ -86,6 +85,7 @@
8685
line-height: 1rem !important;
8786
page-break-inside: avoid;
8887
}
88+
8989
.time{
9090
display: none !important;
9191
}
@@ -96,17 +96,6 @@
9696
display: none !important;
9797
}
9898

99-
/* .title-text {
100-
margin-block-start: -6rem;
101-
} */
102-
103-
/* h4 {
104-
padding-block-end: -4rem;
105-
} */
106-
107-
/* .cite-text {
108-
margin-block-end: -3rem;
109-
} */
11099
#title02{
111100
margin-block-start:1rem;
112101
}
@@ -124,8 +113,6 @@
124113
break-before: page;
125114
/* padding-block-start: 3.6rem; */
126115
}
127-
128-
129116
}
130117

131118
header{
@@ -134,8 +121,8 @@ header{
134121
}
135122
.course{
136123
letter-spacing:.25rem;
137-
font-weight: 500;
138-
font-size: .75rem;
124+
font-weight: 300;
125+
font-size: .65rem;
139126
}
140127

141128
body {
@@ -403,6 +390,7 @@ footer{
403390
color: var(--color-wh);
404391
bottom:0;
405392
}
393+
406394
footer p{
407395
text-align: center;
408396
font-size: .75rem;
@@ -413,11 +401,13 @@ footer p{
413401
margin-block-end:.5rem;
414402
}
415403
}
404+
416405
#p2{
417406
letter-spacing:.25rem;
418-
font-weight: 500;
419-
407+
font-weight: 300;
408+
font-size: 0.65rem;
420409
}
410+
421411
.msg{
422412
font-family: 'Kristi';
423413
letter-spacing: 0.25rem;
@@ -550,14 +540,6 @@ footer p{
550540
min-height: 5rem;
551541
top:0;
552542

553-
/* p {
554-
text-align: center;
555-
color: var(--color-wh);
556-
font-size: 3rem;
557-
} */
558-
559-
560-
561543
@media (width > 800px) {
562544
min-height: 10rem;
563545
}
@@ -572,12 +554,9 @@ footer p{
572554
min-width: 15em;
573555
top:50;
574556
padding-block:.5rem 0;
575-
/* background-color: var(--color-wh); */
576557
font-size: 0.75rem;
577558
letter-spacing: 0.03rem;
578559
text-align: left;
579-
/* padding-block-start: 1rem; */
580-
/* margin-block-start: 1rem; */
581560
}
582561

583562
#g02 {
@@ -691,18 +670,6 @@ footer p{
691670
text-decoration-style: dotted;
692671
}
693672

694-
/* .cite-quote{
695-
font-size: 1rem;
696-
font-weight: bold;
697-
line-height: 1.25rem;
698-
padding-inline-start: 10rem;
699-
order:1;
700-
701-
@media (width > 800px) {
702-
order:3;
703-
}
704-
} */
705-
706673
.cite{
707674
font-style: italic;
708675
line-height: .85rem;

0 commit comments

Comments
 (0)