Pure CSS Base Complete Reference Last Updated : 25 Apr, 2022 Comments Improve Suggest changes Like Article Like Report Pure CSS is a popular framework & an open-source tool, developed by Yahoo, for creating responsive websites & web applications by making use of the responsive CSS modules, that help to develop a better user experience with high efficiency. It can be used as an alternative to Bootstrap. The Base module in Pure CSS contains the style properties that are commonly used in most websites. It is an HTML5-ready alternative for the CSS properties, leveraging the Normalize.css. All the Pure CSS modules are built on top of the Normalize.css, which is the functional layer in order to maintain cross-browser consistency. Normalize.cssPure CSS Hiding ElementsPure CSS Responsive ImagesExample: HTML <!DOCTYPE html> <html lang="en"> <head> <title>PureCSS</title> <meta charset="utf-8"> <meta name="viewport" content= "width=device-width, initial-scale=1"> <link rel="stylesheet" href= "https://unpkg.com/[email protected]/build/pure-min.css" integrity= "sha384-LTIDeidl25h2dPxrB2Ekgc9c7sEC3CWGM6HeFmuDNUjX76Ert4Z4IY714dhZHPLd" crossorigin="anonymous"> </head> <body> <center> <div style="width: 500px; background-color: yellow;"> <h1 style="color:green;"> GeeksforGeeks </h1> <h2>Responsive Image</h2> <img class="pure-img" src= "https://media.geeksforgeeks.org/wp-content/uploads/20210909155642/logoleft.png" style="border-radius: 50px;" /> </div> </center> </body> </html> Output: Pure CSS Base Comment More infoAdvertise with us Next Article Pure CSS Base Complete Reference K kartik Follow Improve Article Tags : Web Technologies CSS Pure CSS Similar Reads Pure CSS Forms Complete Reference Pure CSS is a popular framework & an open-source tool, developed by Yahoo, for creating responsive websites & web applications by making use of the responsive CSS modules, that help to develop a better user experience with high efficiency. It can be used as an alternative to Bootstrap. The F 1 min read Pure CSS Layout Complete Reference Pure CSS is a popular framework & an open-source tool, developed by Yahoo, for creating responsive websites & web applications by making use of the responsive CSS modules, that help to develop a better user experience with high efficiency. It can be used as an alternative to Bootstrap. The L 1 min read EasyUI jQuery Base Widget Complete Reference The EasyUI jQuery has a collection of components for user-interface based on Angular, jQuery, React, and Vue, as it facilitates the necessary functionality for designing & building interactive, modern javascript applications. By using the EasyUI in jQuery, we only need to design the user interfa 1 min read Primer CSS Marketing Complete Reference Primer CSS is a free open-source CSS framework that is built upon systems that create the foundation of the basic style elements such as spacing, typography, and color. This systematic method makes sure our patterns are steady and interoperable with every other Primer CSS Marketing Buttons Primer CS 1 min read TensorFlow.js Training Classes Complete Reference TensorFlow.js is an open-source JavaScript library designed by Google to develop Machine Learning models and deep learning neural networks. TensorFlow.js Training Classes Functions: TensorFlow.js tf.train.Optimizer ClassTensorFlow.js tf.train.Optimizer class .minimize() MethodTensorFlow.js tf.train. 1 min read Like