I stumbled upon a template created using html 5 and css3 and was wondering if it could be used as a master page
Of course... An aspx master page is not dependent on any specific HTML/CSS version. Open your master page and modify the <DOCYTPE> declaration as well as any other specific HTML5 element that you need to include, and also include your common external stylesheets as well.
Use/Create addtional content areas as needed so that the other aspx pages that will use this master page as their template.
JorgeM
Industrious Poster
4,164 posts since Dec 2011
Reputation Points: 297
Solved Threads: 567
Skill Endorsements: 119
@java.beansbureo- yes, master pages can be nested within other master pages.
JorgeM
Industrious Poster
4,164 posts since Dec 2011
Reputation Points: 297
Solved Threads: 567
Skill Endorsements: 119