Dont use this often, only to override existing css just for this particular item background: white !important; padding: 20px !important; width: 100% !important; (override to make width 100%)
border-radius: 0.5rem; border-radius: 10px; (make corners rounded to 10px) border-radius: 0 0 10px 10px (top left top right nothing, bottom right bottom left 10px) border-radius: 100px; (half width and height at 200px, it becomes a circle)
Position: relative; (like a car that's parked relative to the static carpark lines) position: static; (default position) position: absolute; (ignores the element, basically used so it cant be moved around)
<style></style> //for used in html documents for styling rest of content <style> img {width: 100%;} //for making images 100% for that particular post
text-align: center;
Transform: perspective (10rem)
Visibility: visible; Visibility: hidden;
Width: Auto; (automatically distributing the space according to screen) Width: 100% (width of the document and have to scroll)