CSS - Crazy God notes

CSS: 1, Simple understanding CSS selector, beautify web pages (beautify text, shadow, hyperlink, list beautification, gradient), box model, web page animation. <style> h1{ color:red; } </style> Syntax: Selector{ Statement 1; Statement 2; } 3. Two ways of writing external styles Linked: <link rel="stylesheet" href="css/ ...

Posted by trex005 on Mon, 07 Mar 2022 15:02:00 +0100

Data structure (C + +)_ Tsinghua (Deng Junhui) ~ ~ very detailed~

Data structure (I) school online link. Under data structure (school online). Station B link. Method steps: 1. Watch the video of station B, type the code and take notes. Online segmentation according to school 2. Compare whether the online video of the school is missing. 3. Do school online exercises and supplement notes. Chapter - Intro ...

Posted by canobi on Wed, 26 Jan 2022 16:36:07 +0100