Căutare
Descoperă oameni noi, creează noi conexiuni și faceti-va noi prieteni
-
They makin new: https://www.nowatecza.pl/pl/ But they did not gave me any money.513 Views
-
I see what's goin at Androis 16 so better use it with android navigation bar about swipe menus left and right.
When I see what's goin on will make soon swipe any to show menu, in the way like X has.I see what's goin at Androis 16 so better use it with android navigation bar about swipe menus left and right. When I see what's goin on will make soon swipe any to show menu, in the way like X has.465 Views -
My developer app
V. 3
This is bubblewrap by Google
There's will be updated for it.
Now we can have standalone app at Android 16My developer app V. 3 This is bubblewrap by Google There's will be updated for it. Now we can have standalone app at Android 16Tip fișier: apk7K Views -
TikTok goes just from new content.
Old TikTok's might be frozen.
Long time ago there was same problem and then been about normal profile and business profiles. Then TikTok fixed the problem.
Video goes with some settings like autoplay for example and go with sound off over here.
And goes only with this settings.TikTok goes just from new content. Old TikTok's might be frozen. Long time ago there was same problem and then been about normal profile and business profiles. Then TikTok fixed the problem. Video goes with some settings like autoplay for example and go with sound off over here. And goes only with this settings.11K Views -
https://www.tiktok.com/@aleks.london.diary/video/75222030402170913505K Views
-
Rich The Kid - Lost it ft. Quavo, Offset
#DJFOX #SOROCZYNSKI
https://youtu.be/Ef42MvRVsKg?si=HPlTBY-LjSiJvndSRich The Kid - Lost it ft. Quavo, Offset #DJFOX #SOROCZYNSKI https://youtu.be/Ef42MvRVsKg?si=HPlTBY-LjSiJvndS
15K Views -
CDEFGAHC.COM is for Android mobile ready ONLY. FOR CHROME. #Android13K Views
-
More update on not monday.
I move tabs at profile, pages, events movin them to top. Done some inside align. Double print, button align. Some bottom transparent almost for more vis and for bottom safari transparent for Apple iPhones.
#updateMore update on not monday. I move tabs at profile, pages, events movin them to top. Done some inside align. Double print, button align. Some bottom transparent almost for more vis and for bottom safari transparent for Apple iPhones. #update26K Views -
This is my new page at CDEFGAHC.COM
Yuoiea.pl it's Polish video website by Maciej Soroczyński.
#yuoiea.plThis is my new page at CDEFGAHC.COM Yuoiea.pl it's Polish video website by Maciej Soroczyński. #yuoiea.pl50K Views -
https://www.youtube.com/watch?v=Qp6Qn8IwPf8
The Offspring - Original Prankster (Official Music Video)
#DJFOXhttps://www.youtube.com/watch?v=Qp6Qn8IwPf8 The Offspring - Original Prankster (Official Music Video) #DJFOX
22K Views -
@media (max-width: 768px) {
element {
attribiute: value;
}}
Just be sure about this }} at ending.
Need to code this for all of CSS for NO AUTOHIDE.
#media #CSS #for #mobile@media (max-width: 768px) { element { attribiute: value; }} Just be sure about this }} at ending. Need to code this for all of CSS for NO AUTOHIDE. #media #CSS #for #mobile27K Views -
This CSS for Google Chrome Browser address bar NO AUTOHIDE need goes with @media for mobile becouse will work for desktop too so some of your scroll funtions won't work.
#Google #no #autohide #Chrome
This CSS for Google Chrome Browser address bar NO AUTOHIDE need goes with @media for mobile becouse will work for desktop too so some of your scroll funtions won't work. #Google #no #autohide #Chrome40K Views -
Quick update for Classic theme about no AUTOHIDE of Google Chrome Browser adresse bar for mobile.
Flush your browser DATA if there's no update for you.
#update #classic #themeQuick update for Classic theme about no AUTOHIDE of Google Chrome Browser adresse bar for mobile. Flush your browser DATA if there's no update for you. #update #classic #theme43K Views -
CSS CODE for Google Chrome Browser to avoid AUTO HIDE:
#CSS #Google #Chrome #switch #off #autohide #address #bar
::-webkit-scrollbar {
width: 1px;
}
::-webkit-scrollbar-thumb {
background-color: #d6dee1;
border-radius: 20px;
border: 1px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color: #bdbdbd;
}
html,
body {
height: 100%;
margin: 0;
}
html {
overflow: hidden;
}
body {
overflow-y: auto;
}CSS CODE for Google Chrome Browser to avoid AUTO HIDE: #CSS #Google #Chrome #switch #off #autohide #address #bar ::-webkit-scrollbar { width: 1px; } ::-webkit-scrollbar-thumb { background-color: #d6dee1; border-radius: 20px; border: 1px solid transparent; background-clip: content-box; } ::-webkit-scrollbar-thumb:hover { background-color: #bdbdbd; } html, body { height: 100%; margin: 0; } html { overflow: hidden; } body { overflow-y: auto; }49K Views -
When using <div></div> example might be <a></a> or something.
When writing element mean mostly div class with DOT:
.example {
attribiute: value;
}
For id we have:
#example {
attribiute: value;
}
#CSSWhen using <div></div> example might be <a></a> or something. When writing element mean mostly div class with DOT: .example { attribiute: value; } For id we have: #example { attribiute: value; } #CSS23K Views -
For sound when something is pressed:
<script>
function backspin(url) {
var ourAudio = document.createElement('audio'); // Create a audio element using the DOM
ourAudio.style.display = "none"; // Hide the audio element
ourAudio.src = "https://cdefgahc.com/wav/front.wav"; // Set resource to our URL
ourAudio.autoplay = true; // Automatically play sound
ourAudio.onended = function() {
this.remove(); // Remove when played.
};
document.body.appendChild(ourAudio);
}
</script>
For PHP file and with no<script></script> for CUSTOM JavaScript if you have.
And I use onclick for that:
backspin();
#JavaScript #onclick #soundFor sound when something is pressed: <script> function backspin(url) { var ourAudio = document.createElement('audio'); // Create a audio element using the DOM ourAudio.style.display = "none"; // Hide the audio element ourAudio.src = "https://cdefgahc.com/wav/front.wav"; // Set resource to our URL ourAudio.autoplay = true; // Automatically play sound ourAudio.onended = function() { this.remove(); // Remove when played. }; document.body.appendChild(ourAudio); } </script> For PHP file and with no<script></script> for CUSTOM JavaScript if you have. And I use onclick for that: backspin(); #JavaScript #onclick #sound34K Views -
Zoom "web" works with:
body {
touch-action: auto; }
And good meta viewport:
In my case just simple:
<meta name="viewport" content="width=device-width, initial-scale=1">
#web #zoom #CODEZoom "web" works with: body { touch-action: auto; } And good meta viewport: In my case just simple: <meta name="viewport" content="width=device-width, initial-scale=1"> #web #zoom #CODE17K Views -
In new Android 15:
Android navigation bar color its same.
Previous Android adapted color to backgroud color.
Hope they will add posibility to define color of android navigator bar at manifest.json for PWA apps soon.
Over there its possible to define color of address bar and background of PWA when loading so far.
#PWA #GoogleIn new Android 15: Android navigation bar color its same. Previous Android adapted color to backgroud color. Hope they will add posibility to define color of android navigator bar at manifest.json for PWA apps soon. Over there its possible to define color of address bar and background of PWA when loading so far. #PWA #Google29K Views
Sponsorizeaza Paginile
Sponsor
Today SPONSOR is Mr. Maciej Soroczyński.