summaryrefslogtreecommitdiff
path: root/music.html
diff options
context:
space:
mode:
authorradiohotline <radiohotline@disroot.org>2026-02-17 21:42:11 +0300
committerradiohotline <radiohotline@disroot.org>2026-02-17 21:42:11 +0300
commitbc0cb08c503f736ac5bb07a14b7dc09b582c5c89 (patch)
tree2bc2dc2af19792f1d1d0b436169fa9e374ca7129 /music.html
parent2d2287524d566143105c42196a3de2bb7132cfc7 (diff)
responsiveness
Diffstat (limited to 'music.html')
-rw-r--r--music.html42
1 files changed, 39 insertions, 3 deletions
diff --git a/music.html b/music.html
index 962e01a..c01caf3 100644
--- a/music.html
+++ b/music.html
@@ -19,15 +19,50 @@
box-shadow: 0 0 20px 25px rgba(0,0,0,0.8);
border-radius: 10px;
}
+
+ @media (max-width: 900px) {
+ .intro {
+ display: flex;
+ justify-content: center;
+ gap: 50px;
+ flex-wrap: wrap;
+ margin-bottom: 20px;
+ }
+
+ .intro img {
+ width: 40%;
+ }
+
+ #introp {
+ width: 100% !important;
+ }
+
+ .sticky {
+ position: relative;
+ z-index: 1;
+ }
+
+ .links {
+ position: relative;
+ }
+ }
.intro {
- display: flex;
+ display: inline-flex;
justify-content: center;
gap: 50px;
flex-wrap: wrap;
margin-bottom: 20px;
}
+ .intro img {
+ height: 40%;
+ }
+
+ #introp {
+ width: 40%;
+ }
+
.container {
display: flex;
flex-wrap: wrap;
@@ -117,10 +152,9 @@
<br>
<a href="https://coff.ee/teethinvitro">Support</a>
</div>
- <img src="img/music/guitar.gif" class="sticky">
<div id="main">
<div class="intro">
- <div style="width: 40%;">
+ <div id="introp">
<h1>Music</h1>
<p>
I have been composing music since 2018, making shitty beats in LMMS and composing theme songs on piano,
@@ -346,5 +380,7 @@
</div>
</div>
</div>
+
+ <img src="img/music/guitar.gif" class="sticky">
</body>
</html>