Impostor Syndrome
Honorary Poster
nag try lang ako nyan kung ano mang yayari sa ginawa ko if ever na ilalagay ko sya
May modification yan sa page mo, may built in css reset mga framework na yan.
nag try lang ako nyan kung ano mang yayari sa ginawa ko if ever na ilalagay ko sya
Gumagamit ka ng bootstrap malinaw sa screenshot ko sa <head></head> section mo, may cdn ka. Subukan mo tanggalin yun sasabog layout mo.
saan ko ba pwede upload yung video sir hahhahaMay modification yan sa page mo, may built in css reset mga framework na yan.
saan ko ba pwede upload yung video sir hahhaha
para at-least alam nyo po sir gina mit ko yan kasi sabi dun sa video na maganda daw font bigay nyan eh .. yung listyle lang naman ang inayus nya ...Huwag mo na ipakita yan. Okay lang.
sir masisra po ung gwa nyu, may mga styles ka po na ginamit mula sa bootstrap. kng ako sayo sir try mo muna mag bootstrap for beginners, mas mapapadali mga projects mohahha wait papakita ko sayo sir para maniwala ka k
ahit tangalit ku payan wala parin kwenta yan hahahha
You do not have permission to view the full content of this post. Log in or register now. pasee nalang po ng video sirsir masisra po ung gwa nyu, may mga styles ka po na ginamit mula sa bootstrap. kng ako sayo sir try mo muna mag bootstrap for beginners, mas mapapadali mga projects mo

nilagay ku yan para di na ako mag lalagay ng sa css ko ngsir masisra po ung gwa nyu, may mga styles ka po na ginamit mula sa bootstrap. kng ako sayo sir try mo muna mag bootstrap for beginners, mas mapapadali mga projects mo

pero if ever po na ginamit ku talaga yung buong bootstrap sure ball po na ma wawasak ang boong page... ?sir masisra po ung gwa nyu, may mga styles ka po na ginamit mula sa bootstrap. kng ako sayo sir try mo muna mag bootstrap for beginners, mas mapapadali mga projects mo
sir pag ginamit mo ung bootstrap ito ka lalabasan nya You do not have permission to view the full content of this post. Log in or register now.pero if ever po na ginamit ku talaga yung buong bootstrap sure ball po na ma wawasak ang boong page... ?
Not a good answer, why not suggest a current fix for his code, instead suggesting a framework. This will create a confusion for TS.gamit ka bootstrap or skeleton sir,
actually sir andyan na sa bootstrap ang fix. same concept lng din gagawa sya ng class para maging responsive ang image which bootstrap already offers, hindi na nya kilangan mag search ng mga sizes ng devices.Not a good answer, why not suggest a current fix for his code, instead suggesting a framework. This will create a confusion for TS.
img{
width: 100%;
}
.hold-first-logo #upper-logo{
max-height: 300px;
width: 100%;
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }
// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
img[alt="www.000*webhost.com"] {
display:none;
}
Very helpfull thank you so much dude this is what i trying to find and to fbadswagger
You could try these instead, from your Desktop view, make sure to targen all img tag and place a 100% with for example:
Code:img{ width: 100%; }
For your #upper-logo you may use these rules below:
Code:.hold-first-logo #upper-logo{ max-height: 300px; width: 100%; }
remove position: absolute and fix height then change it to max-height. You should have a responsive image as shown below:
For large screen:
For small screen:
For media queries breakpoints, you can use these instead:
Code:// Small devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } // Medium devices (tablets, 768px and up) @media (min-width: 768px) { ... } // Large devices (desktops, 992px and up) @media (min-width: 992px) { ... } // Extra large devices (large desktops, 1200px and up) @media (min-width: 1200px) { ... }
I hope this will help.
Wow dude thank you so much for a nice responds this is what im trying to look , i need codes not a build in from bootstrap .. thank you so much i commend you dude.badswagger
You could try these instead, from your Desktop view, make sure to targen all img tag and place a 100% with for example:
Code:img{ width: 100%; }
For your #upper-logo you may use these rules below:
Code:.hold-first-logo #upper-logo{ max-height: 300px; width: 100%; }
remove position: absolute and fix height then change it to max-height. You should have a responsive image as shown below:
For large screen:
For small screen:
For media queries breakpoints, you can use these instead:
Code:// Small devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } // Medium devices (tablets, 768px and up) @media (min-width: 768px) { ... } // Large devices (desktops, 992px and up) @media (min-width: 992px) { ... } // Extra large devices (large desktops, 1200px and up) @media (min-width: 1200px) { ... }
I hope this will help.
thank you brow ...ang bootstrap at for advance user lang at kapag alam mo ang proper name para sa id at class
since beginner pa lang si ts mas maganda ibigay lang ang code para maayos ang problema niya.
ts dagdag na din para mawala yung branding ng hosting site
alisin mo nalang yung asterisk
Code:img[alt="www.000*webhost.com"] { display:none; }
ang bootstrap at for advance user lang at kapag alam mo ang proper name para sa id at class
since beginner pa lang si ts mas maganda ibigay lang ang code para maayos ang problema niya.
ts dagdag na din para mawala yung branding ng hosting site
alisin mo nalang yung asterisk
Code:img[alt="www.000*webhost.com"] { display:none; }
possible rin bang ma change ang link ng http? tang galin ang 000web?ang bootstrap at for advance user lang at kapag alam mo ang proper name para sa id at class
since beginner pa lang si ts mas maganda ibigay lang ang code para maayos ang problema niya.
ts dagdag na din para mawala yung branding ng hosting site
alisin mo nalang yung asterisk
Code:img[alt="www.000*webhost.com"] { display:none; }
yeah that was very helpfull dude .. thank you again.