How To CSS
About how to
Last updated
Was this helpful?
About how to
Last updated
Was this helpful?
2 div, outer, inner
use position transform
3. methods
left
flex
Move the mouse over the button to open the dropdown menu.
Dropdown Link 1 Link 2 Link 3
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}
.To horizontally center a block element (like <div>), use margin: auto;
center { margin: auto; width: 50%; }
.center { text-align: center; }
img { display: block; margin-left: auto; margin-right: auto; width: 40%; }
.right { position: absolute; right: 0px; width: 300px; border: 3px solid #73AD21; padding: 10px; }
.right { float: right; width: 300px; border: 3px solid #73AD21; padding: 10px; }