Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generic CSS templates anywhere (not layout)?

Tags:

html

css

I am looking for a place where I can download a bunch of CSS stylesheets to change the appearance of my titles, links, paragraphs, etc. I am not an artist, so I am hoping to leverage other people's skills in choosing the right fonts, colors, sizes, etc.

I do not want to include layout because then it won't be as generic. Does anyone know where I can get something like this?

like image 909
TruMan1 Avatar asked Apr 21 '10 18:04

TruMan1


People also ask

What is a CSS template?

“CSS Web Template” is a website design created using Cascading Style Sheets (CSS) technology. Cascading style sheets provide web developers an easy way to format and to style web pages. CSS will be used even more because it is seen the same way by all browsers, making it the best option during the browser wars.

What is templates in HTML and CSS?

The <template> tag is used as a container to hold some HTML content hidden from the user when the page loads.


1 Answers

You could use only the text stylesheets of css frameworks like blueprint (typography example) or yui fonts etc. If you're looking for more designer-y css inspiration, you could swipe borrow css from a site such as CSS Zen Garden.

like image 199
ghoppe Avatar answered Nov 14 '22 10:11

ghoppe