Tag:css

  • HTML+CSS+JS web design

    Time:2024-6-4

    Article Catalog WorksI. Code Demonstration1. Login, register, get the current time2. Rotating charts3. Hometown Profile4.Popular Attractions5. Specialty Food6. Footer II. Effectssummarize Works HTML page mainly consists of: login, registration jump page, rotating image, hometown profile, popular attractions, special food and so on. Through Div + CSS, mouse over effects, get the current time, jump page, […]

  • CSS how to achieve gradient background

    Time:2024-5-30

    catalogs CSS defines two types of gradients: Format: How to use: Edit to use transparency: CSS defines two types of gradients: Linear gradient (down/up/left/right/diagonal);Radial gradient (with center spreading out to the surroundings); Format: background-image: linear-gradient( direction/angle , color1, color2, color3 ….) ; How to use: A linear gradient is defined this way by the attribute […]