maringetxway commited on
Commit
fddd973
·
verified ·
1 Parent(s): be240e3

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +16 -0
style.css CHANGED
@@ -71,3 +71,19 @@ h1 {
71
  0% { transform: scale(1); }
72
  100% { transform: scale(1.1); }
73
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  0% { transform: scale(1); }
72
  100% { transform: scale(1.1); }
73
  }
74
+
75
+ #event-info {
76
+ position: absolute;
77
+ top: 20px;
78
+ left: 20px;
79
+ z-index: 2;
80
+ color: #fff;
81
+ font-size: 1vw;
82
+ letter-spacing: 1px;
83
+ text-align: left;
84
+ background-color: rgba(0, 0, 0, 0.4); /* subtle background for readability */
85
+ padding: 8px 12px;
86
+ border-radius: 6px;
87
+ max-width: 40vw;
88
+ }
89
+