/* Comment */p {
color: red;
font-size: 16px;
}
color & font-sizefont-familytext-aligntext-transformline-heightletter-spacingtext-indenttext-decoration (none/underline)color:hover, :visited, :activea:hover {
color: blue;
text-decoration: underline;
}
width / heightborderborder-radius (Rounded corners)object-fit (cover/contain)[CSS Image Properties Visual]
list-style-type (square/circle/none)list-style-positionlist-style-imagepadding & marginul {
list-style-type: square;
padding: 20px;
}
border-collapse: collapse;width (100% for responsive)padding & borderbackground-colortext-alignwidth, padding, borderoutline: none;:focus (Interaction)resize: none; (Textarea)cursor: pointer;:hover effectswidth & heightbackground-colormargin (Outside)padding (Inside)borderwidthmarginwidth & heightborder: none;display: flex; justify-content: center; align-items: center; flex-direction: row;
Create a div container. Inside, add a circular profile img, an h1 name, and 3 a tags styled as buttons using display: inline-block and :hover.
Build a registration form. Style the input fields with 15px padding and a custom :focus border color. Add a "Submit" button that changes color when hovered.
Use display: flex to center a div both horizontally and vertically. Inside, place a text section on the left and an iframe (video) on the right using flex-direction: row.