File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 src ="https://cdn.jsdelivr.net/npm/material-dynamic-colors@1.1.2/dist/cdn/material-dynamic-colors.min.js ">
1313 </ script >
1414 < link href ="theme.css " rel ="stylesheet ">
15- < link href ="style.css " rel ="stylesheet ">
15+ <!-- < link href="style.css" rel="stylesheet"> -- >
1616 < title > TheCodingJ's</ title >
1717 < meta content ="TheCodingJ's " property ="og:title ">
1818 < meta content ="A team of passionate developers. " property ="og:description ">
@@ -144,11 +144,9 @@ <h5>HBNI Audio Stream Listener</h5>
144144 < p > View upcoming events and listen to current streams.</ p >
145145 </ div >
146146 </ div >
147- < nav >
147+ < nav style =" display: flex; " >
148148 < button class ="border small-round "
149149 onclick ="location.href='https://github.com/TheCodingJsoftware/HBNI-Audio-Stream-Listener'; "> < i > globe</ i > Github</ button >
150- < button class ="border small-round "
151- onclick ="location.href='https://github.com/TheCodingJsoftware/HBNI-Audio-Stream-Listener/releases/download/v1.3.0/HBNI_Audio_Stream_Listener-v1.3.0.zip'; "> < i > computer</ i > Desktop</ button >
152150 < button class ="border small-round "
153151 onclick ="location.href='https://play.google.com/store/apps/details?id=com.thecodingjsoftware.hutteritechurch'; "> < i > android</ i > Android</ button >
154152 </ nav >
Original file line number Diff line number Diff line change 11
22/* COMPUTER MODEL CODE */
33# stage {
4- width : 250 px ;
5- height : 100 px ;
6- top : 125 px ;
4+ width : 50 px ;
5+ height : 50 px ;
6+ top : 150 px ;
77 position : absolute;
8- left : 0 ;
9- transform : scale (1 );
8+ left : -37 % ;
9+ transform : scale (0.3 );
1010 transition : transform 100ms ease-in-out;
1111}
1212# stage : hover {
13- transform : scale (1.1 );
13+ transform : scale (0.4 );
1414 transition : transform 100ms ease-in-out;
1515}
1616/* media queres */
3131 }
3232 # stage {
3333 margin-left : 40% ;
34- transform : scale (0.6 );
34+ transform : scale (0.3 );
3535 }
3636 # stage : hover {
37- transform : scale (0.7 );
37+ transform : scale (0.4 );
3838 }
3939}
4040
You can’t perform that action at this time.
0 commit comments