User:Zuhui/Prototyping/HTML/CSS

From XPUB & Lens-Based wiki
< User:Zuhui‎ | Prototyping
Revision as of 11:24, 12 November 2024 by Zuhui (talk | contribs)

Basic

121124 with manetta

HTML

HTML basic structure

<!DOCTYPE html>
<html>
<head>
 <title></title>
</head>
<body>
</body>
</html>


CSS

:root

:root{
--(name of the var):(color, fontsize etc);
}
//-- two dash is mendatory
//when use
ex) font-size: var(--main-font-size);