Skip to content

Commit 9ff4d3f

Browse files
committedFeb 21, 2025·
more Jersey
1 parent 8844499 commit 9ff4d3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@
88
a { color: #ffffff; animation-name: subtle; animation-duration: 94608000s;}
99
h1, h2 { margin: .2em 0; }
1010
h1 { font-family: monospace; font-size: 3em; }
11-
#container { background: rgba(255,255,255,.5); width: 100%; max-width: 800px; padding: 10px; margin: 30px auto; }
11+
#container { position: relative; background: rgba(255,255,255,.5); width: 100%; max-width: 800px; padding: 10px; margin: 50px auto; }
1212
header, section, footer { background: #2173A9; padding: 10px; margin: 10px; text-align: center; }
1313
footer p { margin: 0; font-size: .8em; font-style: italic;}
1414
section { background: #B73453; }
15+
aside { display: flex; justify-content: center; align-items: center; background-color: orange; text-align: center; rotate: 30deg; font-size: 22px; height: 250px; width: 250px; position: absolute; top: -60px; right: -110px; aspect-ratio: 1; clip-path: polygon(100% 50%,78.98% 57.76%,93.3% 75%,71.21% 71.21%,75% 93.3%,57.76% 78.98%,50% 100%,42.24% 78.98%,25% 93.3%,28.79% 71.21%,6.7% 75%,21.02% 57.76%,0% 50%,21.02% 42.24%,6.7% 25%,28.79% 28.79%,25% 6.7%,42.24% 21.02%,50% 0%,57.76% 21.02%,75% 6.7%,71.21% 28.79%,93.3% 25%,78.98% 42.24%);}
16+
span { width: 80px; }
1517
</jersey-style>
1618
</head>
1719
<body>
1820
<div id="container">
21+
<aside>
22+
<span>
23+
Now with more Jersey!
24+
</span>
25+
</aside>
1926
<header>
2027
<h1>JerseyScript</h1>
2128
~*the real web devs of new jersey*~ <br />(and anyone who happens to be in the area and wants to hang out)

0 commit comments

Comments
 (0)
Please sign in to comment.