What's new

Help Host CSS Codes?

Aviatrix

Eternal Poster
Joined
Jan 15, 2018
Posts
510
Reaction
446
Points
265
Hello po! Basic lang po alam ko sa webdev, pahelp naman po.

Paano ko po kaya mapaparun yung CSS codes if sa ibang site ko sya hinost, at saan po kaya sya pwede ihost? Gusto ko po kasi sana paikliin yung header para kita agad yung body for customizations ng content.

Btw, online po irurun yung codes. Parang sa isang site ko po irurun yung html, tapos sa iba po huhugutin yung CSS. Possible po kaya yun? Thank you po!
 
Hello po! Basic lang po alam ko sa webdev, pahelp naman po.

Paano ko po kaya mapaparun yung CSS codes if sa ibang site ko sya hinost, at saan po kaya sya pwede ihost? Gusto ko po kasi sana paikliin yung header para kita agad yung body for customizations ng content.

Btw, online po irurun yung codes. Parang sa isang site ko po irurun yung html, tapos sa iba po huhugutin yung CSS. Possible po kaya yun? Thank you po!

If you are building a complete CSS Library then you could do that and use a You do not have permission to view the full content of this post. Log in or register now.. The common providers that I know are Azure CDN, Cloudflare, Google Cloud CDN, Amazon CloudFront, and many more.

Since you said you're just starting to learn. I don't think you would need it. Marami nang super lightweight css frameworks na available like TailwindCSS. Ergo, I honestly do not see the need of creating another one unless you really wanted it to be your own css library.

Also, why would you host your css on a different location? That would be weird if hindi naman isang buong library yung css mo. In case gusto mo talagang gawin yan. Tawagin mo lang normally yung css mo from another server like this

HTML:
<link href="http://anotherhost.com/MyCss.css" rel="stylesheet" type="text/css"  />


Gusto ko po kasi sana paikliin yung header para kita agad yung body for customizations ng content.
There are ways to make your code cleaner. You can modularize your HTML by using templating engines like You do not have permission to view the full content of this post. Log in or register now. if you're using php. There's plenty of templating engines dipende sa language na gamit mo. Good luck!! Hope this helps.
 
If you are building a complete CSS Library then you could do that and use a You do not have permission to view the full content of this post. Log in or register now.. The common providers that I know are Azure CDN, Cloudflare, Google Cloud CDN, Amazon CloudFront, and many more.

Since you said you're just starting to learn. I don't think you would need it. Marami nang super lightweight css frameworks na available like TailwindCSS. Ergo, I honestly do not see the need of creating another one unless you really wanted it to be your own css library.

Also, why would you host your css on a different location? That would be weird if hindi naman isang buong library yung css mo. In case gusto mo talagang gawin yan. Tawagin mo lang normally yung css mo from another server like this

HTML:
<link href="http://anotherhost.com/MyCss.css" rel="stylesheet" type="text/css"  />



There are ways to make your code cleaner. You can modularize your HTML by using templating engines like You do not have permission to view the full content of this post. Log in or register now. if you're using php. There's plenty of templating engines dipende sa language na gamit mo. Good luck!! Hope this helps.
Thank you po! It helps a lot.
 
Maganda din sa ibang host mo e lagay yung css files like sa google drive para maliit lang yung size at hindi siya mabagal mag loading kasi malaki resources. Pero may cons padin yan siya. Good luck
 
Maganda din sa ibang host mo e lagay yung css files like sa google drive para maliit lang yung size at hindi siya mabagal mag loading kasi malaki resources. Pero may cons padin yan siya. Good luck
Hi, thank you! Will try gdrive then, I thought hindi kasi sya pwede.
 

Similar threads

Back
Top