File tree Expand file tree Collapse file tree 3 files changed +21
-45
lines changed
Expand file tree Collapse file tree 3 files changed +21
-45
lines changed Original file line number Diff line number Diff line change 22
33---
44
5- <style type =" text/css " >
6- .discord-box {
7- margin-left : auto ;
8- margin-right : auto ;
9- width : 480px ;
10- max-width : 90vw ;
11- border : 1px solid #aebbea ;
12- background-color : #104466 ;
13- border-radius : 5px ;
14- padding : 10px ;
15- text-align : center ;
16- }
17-
18- p {
19- font-size : 1.3em ;
20- }
21-
22- .vendors h2 {
23- margin-top : 0 ;
24- }
25-
26- .vendors p :last-child {
27- margin-bottom : 0 ;
28- }
29-
30- .content > div {
31- display : flex ;
32- }
33- </style >
345<div style =" display : inline-block ; list-style : none ; margin-left : auto ; margin-right : auto ; max-width : 1200px ; flex-grow : 1 ; text-align : center ; align-items : center " class =" main " >
35- <!--< div class="adventure">
6+ <div class="adventure">
367 <img class="aerial_soundwaves" src="/images/Aerial_Soundwaves_winter.png" >
378 <img class="bit_rate" src="/images/BitRate_winter.png" >
389 <img class="neural_net" src="/images/NeuralNet_winter.png" >
39- </div>-->
40- <div class="text-box" style="display:inline-block; flex-grow: 1; flex-direction: column; justify-content: space-around; text-align: center; flex-grow: 1; width: 500px;" >
10+ </div>
11+ <div class="text-box" >
4112 <h1 style="font-size: 2.8em; margin: 0">PonyFest Online x PVFM 14th Birthday</h1>
4213 <p style="font-size: 2em; margin: 0">Saturday, January 25th 2025</p>
4314 <p style="font-size: 2em; margin: 0">Sunday, January 26th 2025</p>
Original file line number Diff line number Diff line change @@ -43,7 +43,11 @@ html {
4343}
4444
4545.text-box {
46- /* width: 500px; */
46+ width : 500px ;
47+ display : inline-block;
48+ flex-grow : 1 ;
49+ flex-direction : column;
50+ justify-content : space-around;
4751 max-width : 80vw ;
4852 border : 1px solid # 182f7b ;
4953 background-color : # 90c9f0 ;
@@ -71,6 +75,7 @@ footer a {
7175 display : flex;
7276 flex-direction : column;
7377 min-height : calc (100vh - 2em );
78+ text-align : center;
7479}
7580
7681.content > div {
Original file line number Diff line number Diff line change 55/* height: 500px; !* Set a height for the container *!*/
66/*}*/
77.adventure {
8- position : fixed ; /* Fixed to the viewport */
9- top : 50 px ; /* Distance from the top of the viewport */
10- left : 50 px ; /* Distance from the left of the viewport */
11- z-index : 1000 ; /* Ensure it appears above other elements */
8+ top : 0 ; /* Distance from the top of the viewport */
9+ left : 0 ; /* Distance from the left of the viewport */
10+ height : 60 % ;
11+ width : 100 % ;
1212}
1313
1414img {
15- position : absolute;
16- width : 400 px ; /* Set a fixed width for the images */
15+ /* position: absolute;*/
16+ width : 25 % ; /* Set a fixed width for the images */
1717 height : auto; /* Maintain aspect ratio */
1818}
1919
2020.aerial_soundwaves {
21- top : 0 ; /* Offset image 1 from the top */
22- left : 300 px ; /* Offset image 1 from the left */
21+ top : 30 % ; /* Offset image 1 from the top */
22+ left : 15 % ; /* Offset image 1 from the left */
2323}
2424
2525.bit_rate {
26- top : -50 px ; /* Offset image 2 from the top */
27- left : 1400 px ; /* Offset image 2 to the right of image 1 */
26+ top : 10 % ; /* Offset image 2 from the top */
27+ left : 75 % ; /* Offset image 2 to the right of image 1 */
2828}
2929
3030.neural_net {
31- top : 200 px ; /* Offset image 2 from the top */
32- left : 1100 px ; /* Offset image 2 to the right of image 1 */
31+ top : 30 % ; /* Offset image 2 from the top */
32+ left : 60 % ; /* Offset image 2 to the right of image 1 */
3333}
You can’t perform that action at this time.
0 commit comments