User:Zuhui//SI25/Prototyping/HTML/CSS: Difference between revisions

From XPUB & Lens-Based wiki
< User:Zuhui‎ | ‎ | SI25‎ | Prototyping
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Basic HTML=
HTML basic structure
<!DOCTYPE html>
<html>
<head>
  <title></title>
</head>
<body>
</body>
</html>


=HTML=


=Basic CSS=
==:root==
:root{
--(name of the var):(color, fontsize etc);
}
//-- two dash is mendatory


//when use
=CSS=
ex) font-size: var(--main-font-size);
==Animation==

Latest revision as of 19:52, 6 January 2025

HTML

CSS

Animation