Koti Syamala

Koti Syamala

Learning or getting started with Atom CSS

CSS is painful CSS is a critical piece of the frontend toolkit, but it’s hard to manage, especially in large projects. Styles are written in a global scope, which is narrowed through complex selectors. Specificity issues, redundancy, bloat, and maintenance…

Different types of pointers

Void pointer (generic pointer) : a special type of pointer which point to some dataof no specific types.void *p; Null pointer : a special type of pointer which point nowhere.it is usually used to check if a pointer is pointing to a…

Position content bottom right in div

HTML: Learning Chameleon CSS: .container{          position:relative; width:400px;height:400px;background-color:green; } .container h1{    position:absolute;    bottom:0;    right:0 } Code Pen ref: Code pen sourceEnable GingerCannot connect to Ginger Check your internet connection or reload the browserDisable in this text fieldEditEdit…

Center the content in div vertically and horizontally

To make the content in a div vertically and horizontally center     text-align:center;  property will set the content  horizontally center of a div. vertical-align:middle; property will set the content  vertically center of a div. but to make the content positioned exactly to fit in the…

Enable Notifications OK No thanks