Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified .DS_Store
Binary file not shown.
144 changes: 136 additions & 8 deletions dist/output.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
Expand All @@ -7,6 +7,7 @@
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-gray-300: oklch(87.2% 0.01 258.338);
--spacing: 0.25rem;
--text-xl: 1.25rem;
--text-xl--line-height: calc(1.75 / 1.25);
Expand Down Expand Up @@ -167,14 +168,32 @@
}
}
@layer utilities {
.end {
inset-inline-end: var(--spacing);
}
.mx-auto {
margin-inline: auto;
}
.mt-8 {
margin-top: calc(var(--spacing) * 8);
.mr-2 {
margin-right: calc(var(--spacing) * 2);
}
.mr-4 {
margin-right: calc(var(--spacing) * 4);
}
.mr-\[2\] {
margin-right: 2;
}
.mr-\[2px\] {
margin-right: 2px;
}
.mr-8 {
margin-right: calc(var(--spacing) * 8);
.mr-\[4px\] {
margin-right: 4px;
}
.mr-\[6px\] {
margin-right: 6px;
}
.mr-\[6rem\] {
margin-right: 6rem;
}
.block {
display: block;
Expand All @@ -185,6 +204,9 @@
.grid {
display: grid;
}
.inline {
display: inline;
}
.w-\[clamp\(150px\,25vw\,300px\)\] {
width: clamp(150px, 25vw, 300px);
}
Expand Down Expand Up @@ -215,6 +237,9 @@
.gap-2 {
gap: calc(var(--spacing) * 2);
}
.gap-4 {
gap: calc(var(--spacing) * 4);
}
.gap-6 {
gap: calc(var(--spacing) * 6);
}
Expand All @@ -224,6 +249,16 @@
.rounded-xl {
border-radius: var(--radius-xl);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-gray-300 {
border-color: var(--color-gray-300);
}
.p-4 {
padding: calc(var(--spacing) * 4);
}
.text-left {
text-align: left;
}
Expand All @@ -234,12 +269,12 @@
.text-\[clamp\(1\.5rem\,2vw\,2rem\)\] {
font-size: clamp(1.5rem, 2vw, 2rem);
}
.text-\[clamp\(1\.5rem\,3vw\,3rem\)\] {
font-size: clamp(1.5rem, 3vw, 3rem);
}
.text-\[clamp\(1\.5rem\,6vw\,5rem\)\] {
font-size: clamp(1.5rem, 6vw, 5rem);
}
.text-\[clamp\(1\.25rem\,2\.5vw\,2\.5rem\)\] {
font-size: clamp(1.25rem, 2.5vw, 2.5rem);
}
.text-\[clamp\(2\.5rem\,6vw\,8rem\)\] {
font-size: clamp(2.5rem, 6vw, 8rem);
}
Expand Down Expand Up @@ -275,6 +310,14 @@
}
}
}
.hover\:shadow-lg {
&:hover {
@media (hover: hover) {
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
}
}
.md\:mx-0 {
@media (width >= 48rem) {
margin-inline: calc(var(--spacing) * 0);
Expand Down Expand Up @@ -428,6 +471,11 @@ body {
transform: translateY(0);
}
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-duration {
syntax: "*";
inherits: false;
Expand All @@ -447,13 +495,93 @@ body {
inherits: false;
initial-value: 1;
}
@property --tw-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-inset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
syntax: "*";
inherits: false;
}
@property --tw-ring-offset-width {
syntax: "<length>";
inherits: false;
initial-value: 0px;
}
@property --tw-ring-offset-color {
syntax: "*";
inherits: false;
initial-value: #fff;
}
@property --tw-ring-offset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
--tw-border-style: solid;
--tw-duration: initial;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-scale-z: 1;
--tw-shadow: 0 0 #0000;
--tw-shadow-color: initial;
--tw-shadow-alpha: 100%;
--tw-inset-shadow: 0 0 #0000;
--tw-inset-shadow-color: initial;
--tw-inset-shadow-alpha: 100%;
--tw-ring-color: initial;
--tw-ring-shadow: 0 0 #0000;
--tw-inset-ring-color: initial;
--tw-inset-ring-shadow: 0 0 #0000;
--tw-ring-inset: initial;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-offset-shadow: 0 0 #0000;
}
}
}
38 changes: 0 additions & 38 deletions hw1/index.html

This file was deleted.

41 changes: 0 additions & 41 deletions hw1/styles.css

This file was deleted.

36 changes: 0 additions & 36 deletions hw1/subtopic1.html

This file was deleted.

36 changes: 0 additions & 36 deletions hw1/subtopic2.html

This file was deleted.

Loading
Loading